Scripts posted recently tagged to system in Kelpi

1- 1 of 1.

Find and remove files

to ssh system bash remove by garaolaza

# So easy as:
find . -name '*.pyc' -exec rm -rf {} \;
hits counter