Skip to content

Instantly share code, notes, and snippets.

@luoyuping
Last active September 6, 2017 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luoyuping/502df0f37993ccfbf633aff0a71a00d4 to your computer and use it in GitHub Desktop.
Save luoyuping/502df0f37993ccfbf633aff0a71a00d4 to your computer and use it in GitHub Desktop.
批量删除特定格式的文件
ls -ltr |grep 'Screen Shot' | awk '{print "\047" $8" "$9" "$10" "$11" "$12 "\047" }' |xargs rm
ls -ltr |grep 'Screen Shot' | awk '{print "\047" $8" "$9" "$10" "$11" "$12 " "$13 "\047" }' |xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment