Hi All,
Is there a way to call a system call and not produce the wording of "stty: : Not a typewriter"
My scripts goes like this:
RAW=`awk 'BEGIN{
system("which Chris")
}'`
and then I run
$RAW $2 | awk '{
for (e=1;e<NF;e++){if ($e~/P=7f/)
{printf "%s %s %15s %s\n" ,$(e+2) ,$11, $16,$13
}
}'
Many Thanks
Chris
Is there a way to call a system call and not produce the wording of "stty: : Not a typewriter"
My scripts goes like this:
RAW=`awk 'BEGIN{
system("which Chris")
}'`
and then I run
$RAW $2 | awk '{
for (e=1;e<NF;e++){if ($e~/P=7f/)
{printf "%s %s %15s %s\n" ,$(e+2) ,$11, $16,$13
}
}'
Many Thanks
Chris