Created
March 29, 2020 21:05
-
-
Save xlogix/fc20d533a4b98f21e5db88b2e9ef89fe to your computer and use it in GitHub Desktop.
Extract filenames without their extensions and put it in the clipboard
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
ls -C | awk -F"." '{print $1}' | xclip -selection c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment