2007年7月4日 星期三

shell script : awk and sort

[will@localhost ShellScript]$ cat sort.sh
#!/bin/sh

ls -l *.sh| awk '{print $8" "$9}'|sort

[will@localhost ShellScript]$

沒有留言:

網誌存檔

關於我自己