Remove a certain list of files

From Augix' Wiki

Jump to: navigation, search
for i in $(ls ./); do rm -rf ../$i; done
Personal tools