Pages

Wednesday, January 28, 2015

How to remove all file of same extension files in directory linux

Insert into folder 
and then delete all file of same extention file *.txt

# find . -name "*.txt" -type f -delete



No comments:

Post a Comment