由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - cygwin里如何用2>&1
相关主题
求助, 为什么用find -exec 就没权限cp文件请高手解答grep和ls的两个问题
请教一个打印列的问题如何用’sed‘ comment out 某一行。
面试中的一道linux的题目。把Windows界面整得像Linux
tar问题有没有 vim plugin 查找函数被调用的地方?
huge .xsession-error file下载portableubuntu中~
求教cygwin问题文件夹的所有权random变化
请推荐一linux怀旧,帖老的Windows和Linux桌面截图
C++ 诡异的编译问题。请教。grep 的问题
相关话题的讨论汇总
话题: error话题: cygwin话题: printf话题: log话题: exec
进入Linux版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
i have a c code, it has
printf ("info: ...");
printf ("error: ...");
now this doesn't work for me,
my_exec | grep error | tee my_log.txt
error message is not piped into the log file.
any suggestions ?
l*********c
发帖数: 24
2
./my_exec 1>error.log 2>&1
1 (共1页)
进入Linux版参与讨论
相关主题
grep 的问题huge .xsession-error file
怎么看网络电视啊?求教cygwin问题
问问应该学用那个shell?请推荐一linux
cygwin+X+GB?C++ 诡异的编译问题。请教。
求助, 为什么用find -exec 就没权限cp文件请高手解答grep和ls的两个问题
请教一个打印列的问题如何用’sed‘ comment out 某一行。
面试中的一道linux的题目。把Windows界面整得像Linux
tar问题有没有 vim plugin 查找函数被调用的地方?
相关话题的讨论汇总
话题: error话题: cygwin话题: printf话题: log话题: exec