Skip to content

Instantly share code, notes, and snippets.

@fnzv
Created January 24, 2018 09:57
Show Gist options
  • Save fnzv/3eb720bce75b4442f1764df5e498900c to your computer and use it in GitHub Desktop.
Save fnzv/3eb720bce75b4442f1764df5e498900c to your computer and use it in GitHub Desktop.
show recently edited files
find /var/log/ -type f -printf '%T@ %p\n' | sort -n | tail -30 | cut -f2- -d" "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment