timmy revised this gist 10 months ago. Go to revision
No changes
timmy revised this gist 10 months ago. Go to revision
No changes
timmy revised this gist 1 year ago. Go to revision
1 file changed, 2 insertions
find_python_files_and_display_content.sh(file created)
| @@ -0,0 +1,2 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | find . -name "*.py" -exec sh -c 'echo "=== {} ==="; cat "{}"; echo ""' \; | |
Newer
Older