当前位置: 技术问答>linux和unix
有用B_shell的么?我要将一个文件在后台反复读100遍,统计出总共花费的时间,应该怎么写?
来源: 互联网 发布时间:2015-06-09
本文导语: 有用B_shell的么?我要将一个文件在后台反复读100遍,统计出总共花费的时间,应该怎么写? | http://www.freeos.com/guides/lsst/ | cat /tmp/ttm /usr/bin/date > /tmp/time /usr/bin/cat /path_to_f...
有用B_shell的么?我要将一个文件在后台反复读100遍,统计出总共花费的时间,应该怎么写?
|
http://www.freeos.com/guides/lsst/
|
cat /tmp/ttm
/usr/bin/date > /tmp/time
/usr/bin/cat /path_to_file
/usr/bin/date >> /tmp/time
EOF
$ chmod +x a.sh
$ a.sh &
/usr/bin/date > /tmp/time
/usr/bin/cat /path_to_file
/usr/bin/date >> /tmp/time
EOF
$ chmod +x a.sh
$ a.sh &
|
cat /tmp/time
/usr/bin/cat /path_to_file
/usr/bin/date >> /tmp/time
EOF
/usr/bin/cat /path_to_file
/usr/bin/date >> /tmp/time
EOF
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。