yuu_nkjm blog
2011-02-20(Sun) [長年日記]
[find][command] 特定のディレクトリ以下のファイルの行数を調べる
find . -type f -print0 | xargs -0 wc -l| grep total
find . -type f -name "*.java" -print0 | xargs -n100 -0 wc -l | grep total
find . -type f -regex "*.java" -print0 | xargs -n100 -0 wc -l | grep total
UnxUtils | Download UnxUtils software for free at SourceForge.netのxargsを使ってるんだけど,-nオプションを指定してやらないと,引数が長すぎるというエラーが出る時がある.
- https://www.google.co.jp/ ×15
- https://www.google.com/search ×1
- http://search.fenrir-inc.com/?q=fml xargs&hl=ja&sa... ×1
- http://search.fenrir-inc.com/?q=Sqlite 行数を調べる Andr... ×1
- フォルダ以下 行数 wc ×2 / ディレクトリ以下のファイル行数 ×1 / linux wc 行数 フォルダ ×1 / 現在メンテナンス中のため、しばらくの間ご利用いただけません。 ×1 / win ファイルの行数を調べる ×1 / unxutils xargs ×1 / ディレクトリ下のファイルのライン数を調べるスクリプト ×1 / wc windows7 行数 ×1 / スクリプト ディレクトリ以下 行数 ×1 / DIR 行数 ×1 / grep total -c ×1 / 各ファイルの行数 xargs ×1 / xargs wc total ×1 / wc ディレクトリ以下 ファイル行 ×1 / dir ファイルの行数 ×1 / wc ディレクトリ 行数 ×1 / ディレクトリ以下の行数 ×1 / あるディレクトリ以下のファイルの行数 ×1 / 優木まおみ ×1 / C言語 行数を調べる ×1 / java 行数 調べる ×1