Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

command to delete all files ending in .js in current and subdirectories

find . -name "file_name" -type filetype(d/f) -delete
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #command #delete #files #current #subdirectories
ADD COMMENT
Topic
Name
5+1 =