> ls -l | grep ^- | sort -nr -k 5 | more > ls -lR | grep ^- | sort -nr -k 5 | more
> The question is what does the hyphen mean in the | grep ^- | part? Only show regular files, ignoring directories or other types of files... _______________________________________________ CWE-LUG mailing list [email protected] http://www.cwelug.org/ http://www.cwelug.org/archives/ http://www.cwelug.org/mailinglist/
