Search Results

Search: Posts Made By: imanuk2007
1,253
Posted By imanuk2007
awk passign variable
All,
I have a piece of code which passes the variable to an awk command as below
for subchannel in `lsattr -El "$CHANNEL"|awk '$1 == "adapter_names" { print $2 }' | tr ',' ' '`
do
...
6,116
Posted By imanuk2007
Thankyou cfajohson, Im try to run it over...
Thankyou cfajohson,

Im try to run it over the rsh for a remote server but do not get the desired output...

rsh apple-admin awk '/^NUMID_hr/ { NUMID_hr = $0; next } { print } END { print...
6,116
Posted By imanuk2007
Move a line to end of file
Can somebody help me with a script ....

Read a file /etc/inittab

find the string starting with rcml and move it entirely towards the end of file.

rcml:2:once:/usr/sni/aix52/rc.ml >...
Showing results 1 to 3 of 3

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