Skip to content

Instantly share code, notes, and snippets.

@NeraSnow
Last active July 14, 2019 16:44
Show Gist options
  • Save NeraSnow/5021f0749013f0b20baa2951f18c56e7 to your computer and use it in GitHub Desktop.
Save NeraSnow/5021f0749013f0b20baa2951f18c56e7 to your computer and use it in GitHub Desktop.
Print all the contents under the current directory with file path
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