Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

find size delete bash

find . -size -10c -exec rm -rf {} ;
#find files smaller than 10 bytes in current folder and delete them
 
PREVIOUS NEXT
Tagged: #find #size #delete #bash
ADD COMMENT
Topic
Name
6+7 =