localhost

sorting the wheat from the chaff

Saving it for the last day

$ cat ~/.bash_aliases
alias rm='rm -f'
alias mv='touch'
alias touch='echo >'
alias ls='ls -r'

Comments closed for this article