Hi,
What other command should I pipe the output of "ls -lt" to in order to give me a list any files that have file size over certain number of digit in column 5?
-rw-r----- 1 user usergroup 3930314 Aug 08 14:59 File1.txt
-rw-r----- 1 user usergroup 33930314 Aug 08 14:59 File1.txt
-rw-r----- 1 user usergroup 777905 Aug 08 14:59 File2.txt
For example, for the above list, I only want to show the first two files since their file size has over or 7 digit.
Thanks,
Mike
What other command should I pipe the output of "ls -lt" to in order to give me a list any files that have file size over certain number of digit in column 5?
-rw-r----- 1 user usergroup 3930314 Aug 08 14:59 File1.txt
-rw-r----- 1 user usergroup 33930314 Aug 08 14:59 File1.txt
-rw-r----- 1 user usergroup 777905 Aug 08 14:59 File2.txt
For example, for the above list, I only want to show the first two files since their file size has over or 7 digit.
Thanks,
Mike