Last active
July 14, 2019 16:44
-
-
Save NeraSnow/5021f0749013f0b20baa2951f18c56e7 to your computer and use it in GitHub Desktop.
Print all the contents under the current directory with file path
This file contains 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 -printf "\n%p\n\n" -exec cat {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment