Answers for "delete all the files without one in linux"

3

delete all the files without one in linux

# delete all except the filename

$ rm -v !("filename")
Posted by: Guest on August-10-2020

Code answers related to "delete all the files without one in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language