Search Results

Search: Posts Made By: nani_g
6,860
Posted By nani_g
How to run awk command having multiple lines
Hi,

Can u see the code below.

set xyz = `cat testt1.txt | awk '/-----/{\
print $1 }\
' | tail -1`


I need to execute it in c shell . What is wrong with the above command.
When i write...
4,292
Posted By nani_g
How to kill a process and its childs given pid and userid
I need to write a shell script which would take 2 arguments pid , userid. Then it should kill all the child process under it. If a child process is not killed then it should wait for 1 minute and...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy