GuideProgramming + ScriptingLinux Command Line and Scripts Quick commands Updated August 11 2024

Delete all matching files in subfolders. First line only shows list of files to delete, second line actually deletes.
find . -name '*.1272556141' -type f | xargs echo
find . -name '*.1272556141' -type f | xargs rm




©2024 - Some portions of this website are Copyrighted.
Your IP: 3.145.7.194     Referring URL:
Browser: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Terms and Conditions, Privacy Policy, and Security Policy