Skip to content

Instantly share code, notes, and snippets.

@wanglf
Created January 29, 2018 01:23
Show Gist options
  • Save wanglf/cd112b286b4ecfccb24c8e4b4e83456e to your computer and use it in GitHub Desktop.
Save wanglf/cd112b286b4ecfccb24c8e4b4e83456e to your computer and use it in GitHub Desktop.
Some Shell Examples

Find usage

find path_A -name '*AAA*' -exec mv -t path_B {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment