Rev. | efb7488d2406fd3129e1605a11c6f485362d79d3 |
---|---|
サイズ | 77 バイト |
日時 | 2008-10-17 21:31:01 |
作者 | iselllo |
ログメッセージ | I added a new useful command to look for a word in text files and have the name of the file where it appears
|
alias lsa ls -la $*
alias lsd ls -la $* | grep "^d"
alias lsw grep -i -n $* *