Horje
How to delete files in linux terminal Code Example
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
how to delete files in linux
rm <file> .. rm -r <file> .. r stands for recursive 
How to delete files in linux terminal
rm *.png




Shell

Related
ibus-daemon is not running Code Example ibus-daemon is not running Code Example
run same command in different hosts Code Example run same command in different hosts Code Example
list files of type txt from cmd Code Example list files of type txt from cmd Code Example
Install Strimio on ubuntu Code Example Install Strimio on ubuntu Code Example
quick checkers for ubuntu Code Example quick checkers for ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12