Trivial Work
by Dan Am
Thursday, October 01, 2015
Fascist logging (but can be turned off by User)
function log2syslog
{
declare command
command=$(fc -ln -0)
logger -p local1.notice -t bash -i -- $USER : $command
}
trap log2syslog DEBUG
Practical Shell Aliases ( not only for Germans )
## german version
alias l='ls -ltr'
alias la='ls -ltra'
alias lh='ls -ltrh'
alias lah='ls -ltrah'
alias lmaa='echo du mich auch'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)