awk用法
Saturday, 15. April 2006, 18:01:11

Thursday, 13. October 2005, 12:55:43

$● alias rm_empty_dir
alias rm_empty_dir='find -type d -empty -exec rmdir {} \;'
$● alias dog alias dog='grep -v -E "(^$|^#)"'
$● find $PWD -name ".DirIcon" -exec tar -cPvf 目录图标.tar.gz {} +
awk -F[ 'BEGIN{RS = ""} /Fonts]/' ~/.opera/opera6.ini
awk -F'Section' 'BEGIN{RS = ""} /\ \"Device/' /etc/X11/xorg.conf
awk -F'Section' 'BEGIN{RS = ""} /.*Mouse/' /etc/X11/xorg.conf
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 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 | 31 | ||