In Linux, how do you search for all the very large files (e.g. all files over 50000K in size, suppose you are already in / dir)?
Answer
find . -size +50000
Question
In Linux, how do you search for all the very large files (e.g. all files over 50000K in size, suppose you are already in / dir)?
Answer
?
Question
In Linux, how do you search for all the very large files (e.g. all files over 50000K in size, suppose you are already in / dir)?
Answer
find . -size +50000
If you want to change selection, open document below and click on "Move attachment"
4. Basic Commands hat end in a .c extension ( find -name *.c without the quote characters will not work. You will see why later). find -name Mary_Jones.letter will find the file with the name Mary_Jones.letter . <span>find -size [[+|-]]<size> Finds only files that have a size larger (for + ) or smaller (for - ) than <size> kilobytes, or the same as <size> kilobytes if the sign is not specified. find <directory
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.