リビジョン | efb7488d2406fd3129e1605a11c6f485362d79d3 (tree) |
---|---|
日時 | 2008-10-17 21:31:01 |
作者 | iselllo |
コミッター | 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
together with the line.
@@ -1,2 +1,3 @@ | ||
1 | 1 | alias lsa ls -la $* |
2 | -alias lsd ls -la $* | grep "^d" | |
\ No newline at end of file | ||
2 | +alias lsd ls -la $* | grep "^d" | |
3 | +alias lsw grep -i -n $* * | |
\ No newline at end of file |