Last active
July 19, 2024 11:25
-
-
Save FreePhoenix888/79012e52379416dfa2c77c84c43a37a6 to your computer and use it in GitHub Desktop.
Find and cat bash
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 . -type f ! -path '*/.*' -exec sh -c 'printf "\n"; echo {}:; cat {}' \; > output.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment