Skip to content

Instantly share code, notes, and snippets.

@imtapps
Created November 15, 2012 16:34
Show Gist options
  • Save imtapps/4079588 to your computer and use it in GitHub Desktop.
Save imtapps/4079588 to your computer and use it in GitHub Desktop.
Delete every XPT file
ls -l /loki/APPS*/INQ/*.XPT --format=commas | sed 's/[ \t\v\f]//g' | perl -pe 's/,(?!\n)/\n/g' | sed 's/,//g' | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment