Working with Unix Tools

6월 29, 2006

Spinellis, D., 2005, ‘Working with Unix Tools’, IEEE Software, vol. 22, no. 6, pp. 9-11

find src -name ‘*.java’ -print |
xargs fgrep -c .substring |
sort -t: -rn -k2 |
head -10

Command line tools do magic.

댓글 남기기