Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 232 Bytes

util.md

File metadata and controls

14 lines (7 loc) · 232 Bytes

List all files in a directory

rsync -av --exclude-from='.gitignore' ./ ./filtered/ && cd filtered && tree > ../tree.txt && cd .. && cat tree.txt

List all files in a directory with content base64