|
在bash中执行命令
[root@localhost SRPMS]# rpmbuild --rebuild zsh-4.3.4-4.fc8.src.rpm
Installing zsh-4.3.4-4.fc8.src.rpm
error: Failed build dependencies:
texi2html is needed by zsh-4.3.4-4.fc7.i386
然后执行:
[root@localhost SRPMS]# rpmbuild --rebuild zsh-4.3.4-4.fc8.src.rpm 1>err 2>&1
[root@localhost SRPMS]# more err
error: Failed build dependencies:
texi2html is needed by zsh-4.3.4-4.fc7.i386
Installing zsh-4.3.4-4.fc8.src.rpm
请问如何在err中为什么顺序和重定向前不一样呢??应该如何才避免这等情况?? |
|