Created
December 15, 2020 09:20
-
-
Save techie2000/55bafb10a801f9a09d36d6f32dda8547 to your computer and use it in GitHub Desktop.
Find all files with given (part) name
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 . -name '*.foo' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find files and perform an action on them