Created
August 29, 2018 12:16
-
-
Save bhishanpdl/ea7c849c635e2a501da0d7f63bd0f24a to your computer and use it in GitHub Desktop.
[bash ls basename] #bash
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 dir1/dir2/*.txt | xargs -n 1 basename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment