Skip to content

Instantly share code, notes, and snippets.

@ConstantineLignos
Created February 14, 2012 21:19
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 ConstantineLignos/1830542 to your computer and use it in GitHub Desktop.
Save ConstantineLignos/1830542 to your computer and use it in GitHub Desktop.
Print plain text files by order of filename, with pretty headers
find . -name "*.txt" | sort | xargs -n 1 enscript -G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment