Skip to content

Instantly share code, notes, and snippets.

@corporatepiyush
Created September 4, 2017 09:27
Embed
What would you like to do?
Find file by name and copy to desired destination folder
find <directory> -name 'screen.png' | xargs -n1 cp <file/directory to be copied>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment