Wednesday, 15 April 2015

What is the command to find largest file within multiple subdirectories

Answer:-
find . -printf '%s %p\n'|sort -nr|head

No comments:

Post a Comment