Created
October 17, 2018 14:41
-
-
Save PickledDragon/a025a1c64f7ca62231a962b7d7a9ffc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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