Skip to content

Instantly share code, notes, and snippets.

@stemwinder
Created February 13, 2013 20:38
Show Gist options
  • Save stemwinder/4948020 to your computer and use it in GitHub Desktop.
Save stemwinder/4948020 to your computer and use it in GitHub Desktop.
Print all filenames in current directory
printf "%s\n" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment