yanggao1119 / linux_perl_handy

linux and perl one-liners and beyond, basically everything handy; sometimes with deep thoughts and discussion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove all files/directories except those ending with .log or .sh

ls | grep -Ev '.log$|.sh$' | xargs rm -r

About

linux and perl one-liners and beyond, basically everything handy; sometimes with deep thoughts and discussion