Results 1 to 5 of 5
Hi i am using prep to get the process id and then pipe it to kill but this is not working. Whats wrong with my syntax. Please explain
e.g.
pgrep ...
- 04-12-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 8
[SOLVED] why piping does not work
Hi i am using prep to get the process id and then pipe it to kill but this is not working. Whats wrong with my syntax. Please explain
e.g.
pgrep gedit | kill -9
- 04-12-2011 #2
Pipe it to xargs
You must always face the curtain with a bow.
- 04-12-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 8
Could you please type it up?
Thanks
- 04-12-2011 #4
- 04-12-2011 #5Just Joined!
- Join Date
- Apr 2011
- Posts
- 8
Thanks a lot hunter_thom and Irithori. I also figured it out.
So nice of you guys


