This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linux-commandline-tips [2020/07/15 09:29] serbizadmin [Compression] |
linux-commandline-tips [2020/08/29 23:47] (current) serbizadmin [Find Stuff] |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| find . -type f -printf '%T@ %P\n' | sort -n | awk ' | find . -type f -printf '%T@ %P\n' | sort -n | awk ' | ||
| </ | </ | ||
| + | * show files greater than 1G | ||
| + | < | ||
| + | du -h * | grep ' | ||
| + | </ | ||
| + | Change ' | ||
| ====== Differences====== | ====== Differences====== | ||
| * between files, showing side by side | * between files, showing side by side | ||