Redian新闻
>
有人知道吗?Re: 怎样知道程序运行时间?time 什么来着?
avatar
有人知道吗?Re: 怎样知道程序运行时间?time 什么来着?# Unix - 噫吁兮,危乎高哉
p*b
1
我是想用命令 time exe-filename -> output-filename 输出刚运行过的exe file 耗时
到 output-file。 我试了,好像不行。怎么办?
avatar
w*n
2
output goes to stderr, redirect stderr instead

【在 p*********b 的大作中提到】
: 我是想用命令 time exe-filename -> output-filename 输出刚运行过的exe file 耗时
: 到 output-file。 我试了,好像不行。怎么办?

avatar
a*a
3

耗时
firstly change to the b shell, just type sh or bash, then type following
time exe-filename > output-filenaem 2>&1
2>&1 will redirect standard error(2) and standard output(1) together .
ly

【在 w**n 的大作中提到】
: output goes to stderr, redirect stderr instead
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。