Bug 186159 - pipe have to be glued to the next command in order to work
Summary: pipe have to be glued to the next command in order to work
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: bash
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-21 22:18 UTC by BROUSTET Amaël
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-23 09:13:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description BROUSTET Amaël 2006-03-21 22:18:04 UTC
Description of problem:
pipes doesn't work as expected : pipe have to be glued to the next command in
order to work, otherwise, the result is a "command not found" (the white spaces
after the pipe are taken as part of the command after the pipe !)


Version-Release number of selected component (if applicable):
FC5 up to date

How reproducible:
always

Steps to Reproduce:
1. open a (gnome) terminal and type 'ls | grep a'
2. making a 'su' or a 'su -' doesn't change anything
  
Actual results:
[a@localhost ~]$ ls | grep a
bash:  grep: command not found


Expected results:
just grep string "a" in the output of ls

Additional info:
Quite surprinsingly 'ls |grep a' work (note the absence of the blank after the
pipe)  !

Comment 1 Tim Waugh 2006-03-22 12:02:42 UTC
Perhaps you are accidentally typing Shift-space instead of space?  What happens
when you copy and paste this line?:

ls | grep a


Comment 2 BROUSTET Amaël 2006-03-22 18:41:54 UTC
It works. It took me half an hour to understand : I almost always keep alt-gr
pressed when I type the white space after '|' (french keyboard layout). I can't
tell if I began to do that yesterday or if under FC4 the behavior is different
(space = alt-gr space).
Thanks and sorry.


Note You need to log in before you can comment on or make changes to this bug.