コマンドでファイルリスト抽出

絶対パス一覧をテキストファイルで書き出し
find ./public > list.txt

隠しファイル、フォルダを抜いて、絶対パス一覧をテキストファイルで書き出し
find ./public -type d -name  '.*' -prune -or -not -name '.*' > list.txt

 

絶対パス一覧をテキストファイルで書き出し
find ./public > list.txt

隠しファイル、フォルダを抜いて、絶対パス一覧をテキストファイルで書き出し
find ./public -type d -name  '.*' -prune -or -not -name '.*' > list.txt


◎english以下だけ持ってくる
$ wget -m -p -E -k -np http://localhost:3000/english/


◎親階層も取ってくる
$ wget -m -p -E -k http://localhost:3000/english/