linux 错误流传入管道的几种方式

int32位 posted @ Aug 22, 2013 02:34:20 PM in linux , 3312 阅读
转载请注明:http://krystism.is-programmer.com/若有错误,请多多指正,谢谢!

正常情况下当运行命令: command1 | command2 时,只能把command1标准输出传入command2 输入,即只能将标准流传入管道,但有时我们需要将错误流传入管道,就比较麻烦了。有以下解决方案:

  1. command1 2>&1 | command2 ,这样可以把错误流重定向到标准输入流,然后在传入管道。这样的问题是标准流和错误流混在一起了,这可能不是我们所需要的。
  2. 在bash、tcsh中直接支持将错误流传入管道,即 command1 |& command2,这样方法最方便,但不是所有shell都能够支持的。
  3. 先把错误流文件保存到临时文件中,在读取,然后重定向,即 command1 2>tmpfile && cat tmpfile | command2,这种方式健壮性比较好,但同时效率肯定比较低的。

当然或许有其他更好的方式,目前仅想到这几种方式。

转载请注明:http://krystism.is-programmer.com/若有错误,请多多指正,谢谢!
  • 无匹配
  • 无匹配
Clay Lowe 说:
2025年1月11日 02:49

I prefer merely excellent resources - you will see these people in: Kissimmee Exterminator

Clay Lowe 说:
2025年1月15日 20:01

This is exciting, nevertheless it is vital for you to visit this specific url: Tampa Exterminator

Clay Lowe 说:
2025年3月10日 17:33

I wrote about a similar issue, I give you the link to my site.  singapore printing

Clay Lowe 说:
2025年3月11日 20:46

This is helpful, nonetheless it can be crucial so that you can check out the following website: production

Clay Lowe 说:
2025年3月18日 02:22

Your blogs further more each else volume is so entertaining further serviceable It appoints me befall retreat encore. I will instantly grab your rss feed to stay informed of any updates. One Marina Gardens

Clay Lowe 说:
2025年3月20日 20:58

On that website page, you'll see your description, why not read through this. public accounting company

Clay Lowe 说:
2025年3月22日 18:15

This is very appealing, however , it is very important that will mouse click on the connection: full body massage

Clay Lowe 说:
2025年4月17日 03:32

For true fans of this thread I will address      is a free online! Upper House

Clay Lowe 说:
2025年5月25日 20:17
Incite is a Live Intelligence (AI) built on real-time data—designed for decisions.
 
Moving beyond searching for information, Incite assembles all relevant information in seconds and reviews “the entire picture” to maximize positive outcomes.
Currently focused on global financial markets (and very soon sports).
 
A few hundred to thousands of relevant data points are assembled and reviewed in a matter of seconds.
 
Because the best decisions aren’t just informed—they’re alive! stock ai
Clay Lowe 说:
2025年5月31日 04:16

An e-commerce marketing expert provides end-to-end optimization, from attracting initial interest to post-purchase engagement. We ensure every touchpoint is optimized for conversions, creating a seamless and profitable customer journey. e commerce marketing expert

Clay Lowe 说:
2025年7月09日 17:40

I've proper selected to build a blog, which I hold been deficient to do for a during. Acknowledges for this inform, it's really serviceable! Situs Slot Gacor


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter