2010年11月25日木曜日

[Linux] 行数をカウントする

$ wc hoge.txt

3 38 286
行数 単語数 ファイルサイズ

[Linux] CPU、メモリの情報を見る

cat /proc/cpuinfo
cat /proc/meminfo