After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 558470 - pipe stdin to stdin of 'command' when using -e or --command
pipe stdin to stdin of 'command' when using -e or --command
Status: RESOLVED DUPLICATE of bug 81560
Product: gnome-terminal
Classification: Core
Component: general
2.22.x
Other All
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-29 23:11 UTC by Timothy Stebbing
Modified: 2008-10-30 00:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Timothy Stebbing 2008-10-29 23:11:48 UTC
When using gnome-terminal with the -e or --command argument, stdin for
gnome-terminal should be piped to stdin for the executed command. This
would make gnome terminal far more useful, for example:

% bzr diff | gnome-terminal -e less&
continue working..

% ps aux | gnome-terminal -e less&
continue working..

I tried this first example today and was surprised when it -didn't- work,
I find the same feature lacking in xterm as well.


Other information:
Comment 1 Christian Persch 2008-10-30 00:01:46 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 81560 ***