Skip to content

Instantly share code, notes, and snippets.

@mitchleung
Created August 20, 2014 06:45
Show Gist options
  • Select an option

  • Save mitchleung/69231c901a73fb2de64d to your computer and use it in GitHub Desktop.

Select an option

Save mitchleung/69231c901a73fb2de64d to your computer and use it in GitHub Desktop.
Shell script to list all files with extension .html into a file
find ./www -name \*.html -print > ./list.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment