Answers for "remove file command"

5

delete non empty directory cmd

rm -rf directoryname
Posted by: Guest on April-14-2020
2

remove a file or dir in linux or mac or ubuntu

note:your_file_name can be a dir or a file 

sudo rm -r your_file_name
Posted by: Guest on May-11-2020
1

how to delete files from command line

rm filename
Posted by: Guest on March-11-2021
1

remove file via command line

del filename  -- removes filename
Posted by: Guest on May-05-2020

Code answers related to "remove file command"

Python Answers by Framework

Browse Popular Code Answers by Language