Created
February 8, 2019 22:26
-
-
Save jayers99/4b750af4ce5d4ba46bad3333d15e6b05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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