Created
August 19, 2020 02:42
-
-
Save lavk7/36c3fbffd3bec87372b09bb7161e2083 to your computer and use it in GitHub Desktop.
[Find Regex] #find #linux #shell
This file contains 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 "*.msa" -o -name "*.lambda" -o -name "*.front" \) | xargs basename | sed -E 's/(.*)\.(msa|lambda|front)/\1/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment