Answers for "linux how to remove all files with grep"

0

linux how to remove all files with grep

rm -rf $(ls | grep car)
Posted by: Guest on September-20-2020

Code answers related to "linux how to remove all files with grep"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language