Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

delete every file in directory mac

To remove all non-hidden files and sub-directories (along with all of their contents) in a directory use:

rm -r /path/to/directory/*
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #delete #file #directory #mac
ADD COMMENT
Topic
Name
6+6 =