Skip to content

Instantly share code, notes, and snippets.

@bhishanpdl
Created August 29, 2018 12:16
Show Gist options
  • Save bhishanpdl/ea7c849c635e2a501da0d7f63bd0f24a to your computer and use it in GitHub Desktop.
Save bhishanpdl/ea7c849c635e2a501da0d7f63bd0f24a to your computer and use it in GitHub Desktop.
[bash ls basename] #bash
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