Skip to content

Instantly share code, notes, and snippets.

@PickledDragon
Created October 17, 2018 14:41
Show Gist options
  • Select an option

  • Save PickledDragon/a025a1c64f7ca62231a962b7d7a9ffc3 to your computer and use it in GitHub Desktop.

Select an option

Save PickledDragon/a025a1c64f7ca62231a962b7d7a9ffc3 to your computer and use it in GitHub Desktop.
find . -maxdepth 1 -mtime -1 -name "*TRA*" -exec cp -p -v {} /tmp/inc12345 \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment