Anonymous
Not logged in
Log in
DevOps Notebook
Search
Find
From DevOps Notebook
Namespaces
Page
Discussion
More
More
Page actions
View
View source
History
Revision as of 11:49, 7 December 2019 by
MilosZ
(
talk
|
contribs
)
(Created page with "== Find largest files in given location == <pre> find /home/tecmint/Downloads/ -type f -exec du -Sh {} + | sort -rh | head -n 5 </pre>")
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Find largest files in given location
find /home/tecmint/Downloads/ -type f -exec du -Sh {} + | sort -rh | head -n 5
Navigation
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Wiki tools
Wiki tools
Special pages
Page tools
Page tools
Userpage tools
More
What links here
Related changes
Permanent link
Page information
Page logs