由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to count the total number of lines
相关主题
Is there any software can D/L a whole directory?how to copy whole directory files?
reverse the lines?how to delete these files
How to find the pdf file?what's the command to count the number of lines in a file?
请教怎样使用tar压文件[转载] Hidden character in a file
How to mv files to another directory under ftp> ?an AWK question?
is it possible to untar files with absolute path?FTP Help
script问题----运行多个文件A simple question!
how to download a dir and its files under ftp[转载] 问一个问题
相关话题的讨论汇总
话题: lines话题: count话题: total
进入Unix版参与讨论
1 (共1页)
j******e
发帖数: 64
1
【 以下文字转载自 Linux 讨论区 】
发信人: justcome (ANewOne), 信区: Linux
标 题: how to count the total number of lines
发信站: BBS 未名空间站 (Wed Apr 25 16:24:41 2007), 转信
of all the files in a directory of directory
say
a/d1/
a/d2/
...
each d* contains multiple files. thanks.
t*****g
发帖数: 1275
2
ls a/d*/* |xargs wc -l

【在 j******e 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: justcome (ANewOne), 信区: Linux
: 标 题: how to count the total number of lines
: 发信站: BBS 未名空间站 (Wed Apr 25 16:24:41 2007), 转信
: of all the files in a directory of directory
: say
: a/d1/
: a/d2/
: ...
: each d* contains multiple files. thanks.

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] 问一个问题How to mv files to another directory under ftp> ?
gcc in mac OSXis it possible to untar files with absolute path?
awk questionscript问题----运行多个文件
Apache中如何加入用户和口令?how to download a dir and its files under ftp
Is there any software can D/L a whole directory?how to copy whole directory files?
reverse the lines?how to delete these files
How to find the pdf file?what's the command to count the number of lines in a file?
请教怎样使用tar压文件[转载] Hidden character in a file
相关话题的讨论汇总
话题: lines话题: count话题: total