Skip to content

Instantly share code, notes, and snippets.

@neilghosh
Created September 28, 2020 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilghosh/4822c0244e6803efed993af7169c5d34 to your computer and use it in GitHub Desktop.
Save neilghosh/4822c0244e6803efed993af7169c5d34 to your computer and use it in GitHub Desktop.
List Files in A directory
# list foo the xml file names without the extention
find *.xml -printf "%f\n" | sed -e 's/\.xml$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment