Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top You've loaded an old revision of the document! If you save it, you will create a new version with this data. Media Files====== FIND ====== ===== SHRED ===== <code> find . -name '*filename*' | xargs shred -v -n 2 -z -u </code> ===== REMOVE SPACES ===== <code> find -name '*filename*' -exec rename -v ' ' _ {} \; </code> SavePreviewCancel Edit summary find.1585473281.txt.gz Last modified: 2020/03/29 17:14by 192.168.1.48