moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux-commandline-tips [2019/02/19 02:28]
serbizadmin [PHP]
linux-commandline-tips [2019/03/13 00:14]
serbizadmin [Find Stuff]
Line 11: Line 11:
 find / -type s find / -type s
 </code> </code>
 +  * find the latest file in a folder/subfolder
 + find . -type f -printf '%T@ %P\n' | sort -n | awk '{print $2}'
 ====== Differences====== ====== Differences======
   * between files, showing side by side   * between files, showing side by side