Skip to content

Instantly share code, notes, and snippets.

@ituki
Last active January 7, 2020 01:40
Show Gist options
  • Save ituki/8700824 to your computer and use it in GitHub Desktop.
Save ituki/8700824 to your computer and use it in GitHub Desktop.
【ターミナル】さくっとサイトのHTMLの名前一覧と数を調べる ref: https://qiita.com/ituki_b/items/b693479284d942e87160
find ./ -name "*.html"
find ./ -name "*.html" | wc -l
find ./ -mmin -30
find ./ -mtime -3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment