Advertisement
fant0men

search most recent files

Mar 9th, 2020
1,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. find . -printf "%T@ %Tc %p\n" | sort -n
  2.  
  3. sudo find / \( -path '/home' -o -path '/run/media' -o -path '/proc' -o -path '/sys' \) -prune -o -type f -iname "*" -printf "%T@ %Tc %p\n" 2>&- | sort -n | tee "/home/lucifer/find_recent_files_${RANDOM}.txt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement