[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] exit status problem with pipe
From: |
Peng Yu |
Subject: |
[Bug-wget] exit status problem with pipe |
Date: |
Sun, 21 Oct 2018 14:47:39 -0500 |
Hi,
wget returns the following exit code when it is dealing with pipe. But
it does not follow the common practice. Should this behavior be fixed?
$ wget -qO- http://httpbin.org/get | echo
$ echo address@hidden
3 0
$ seq 10 | echo
$ echo address@hidden
141 0
--
Regards,
Peng
- [Bug-wget] exit status problem with pipe,
Peng Yu <=