Answers for "linux terminal deleting directory"

4

linux remove folder and all his content

rm -rf /path/to/directory/*
Posted by: Guest on February-29-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

Python Answers by Framework

Browse Popular Code Answers by Language