Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to delete files in linux

rm file
rm -i file #Interactive Deletion
rm -f file #Force Deletion
rm -r directory #Recursive Deletion
Source by www.howtouselinux.com #
 
PREVIOUS NEXT
Tagged: #delete #files #linux
ADD COMMENT
Topic
Name
4+8 =