|
Procmail How-To
htaccess
Unix Printing
Latex FAQ of Kebin
Tunnelling through SSH
My Emacs Howto
This is the command to search 'hello' in all c files recursively
in current directory and subdirectories.
find ./ -name '*.c' -print | xargs grep 'hello' /dev/null
This is the command to find the string $B$ in all tex files
recursively. The H option shows file name where the string is contained.
grep -HR '\$B\$' *.tex
To find all processes belong to user kwang
ps -Af | grep kwang
To find all .tex files in all subdirectories containing the pattern "cache oblivious":
grep -r "cache oblivious" --include '*.tex' *
|
| « |
November
2009 |
» |
| Sun
|
Mon
|
Tue
|
Wed
|
Thu
|
Fri
|
Sat
|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | |
|
|
|
|
Add events to calendar
|