Answers for "rm all file from ls grep in rm linux"

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 "Shell/Bash"

Browse Popular Code Answers by Language