Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux remove all from current directory

rm *
# to also delete directories
rm -r *
 
PREVIOUS NEXT
Tagged: #linux #remove #current #directory
ADD COMMENT
Topic
Name
6+7 =