stupid redirection misunderstood
From: zulu (pierre.duperray_at_ratp.fr)
Date: 09/17/03
- Next message: Damian Ibbotson: "Re: Q: How to do something to files with extension .abc ?"
- Previous message: Ed Morton: "Re: Q: How to do something to files with extension .abc ?"
- Next in thread: Andreas Kahari: "Re: stupid redirection misunderstood"
- Reply: Andreas Kahari: "Re: stupid redirection misunderstood"
- Reply: Dan Mercer: "Re: stupid redirection misunderstood"
- Reply: Ed Morton: "Re: stupid redirection misunderstood"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Sep 2003 07:49:52 -0700
hi,
I'm using Ksh on HP-UX
and I would like to know why the next commands sequence dont work:
user@box:/home/user/test -> touch foo
user@box:/home/user/test -> ls
foo
user@box:/home/user/test -> tail -f foo | grep hello >> bar &
[1] 17686
user@box:/home/user/test -> echo hello > foo
user@box:/home/user/test -> cat bar
user@box:/home/user/test ->
user@box:/home/user/test -> jobs
[1] + Running tail -f foo | grep hello > bar &
user@box:/home/user/test ->
thx for support ;)
- Next message: Damian Ibbotson: "Re: Q: How to do something to files with extension .abc ?"
- Previous message: Ed Morton: "Re: Q: How to do something to files with extension .abc ?"
- Next in thread: Andreas Kahari: "Re: stupid redirection misunderstood"
- Reply: Andreas Kahari: "Re: stupid redirection misunderstood"
- Reply: Dan Mercer: "Re: stupid redirection misunderstood"
- Reply: Ed Morton: "Re: stupid redirection misunderstood"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|