#!/bin/bash find . -name "*.pyc" -exec rm -f {} \; #find . -name "*.pyc" -exec ls {} \;