Quote:
|
Originally Posted by igidttam
I tried this and receiveed an error messge that stated bad option -printf
find /sasdb -printf "%s:%p\n"| sort -kin| tail -50
|
you do not have
GNU find.
you first approach should be fine, just that you should check $0 , i don't think its the size. but pls do check.
Code:
find /home/test -type f -ls | awk '{print $7}' | sort -n | tail -50