Skip to content

Instantly share code, notes, and snippets.

@jayers99
Created February 8, 2019 22:26
Show Gist options
  • Save jayers99/4b750af4ce5d4ba46bad3333d15e6b05 to your computer and use it in GitHub Desktop.
Save jayers99/4b750af4ce5d4ba46bad3333d15e6b05 to your computer and use it in GitHub Desktop.
find /home/jayers -exec ls -ald {} \; | awk '{ print $4," ",$NF }' | awk -F \/ '{ print $1,"/",$4,"/",$5,"/",$NF}' | grep -v jayers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment