Search Results

Search: Posts Made By: madx1701
1,765
Posted By madx1701
Hi Ygor, your command did not work...
Hi Ygor,

your command did not work correctly, because somehow, awk put a (,) after each line of the output:

[...]
# NT: "mt -f $ rewind"(,)
rewind = "mt -f $ rew"(,)
(,)
# rewind and...
1,765
Posted By madx1701
Hi there, removing the print statement...
Hi there,

removing the print statement caused that awk did not print anything at all, redirection of error code did not succeed either. any other ideas left?

-regards,markus
1,765
Posted By madx1701
hello there everybody...? does nobody have an...
hello there everybody...? does nobody have an idea ..?

-regards, markus
1,765
Posted By madx1701
how do i disable awk retruncode?
Hi community,

i am processing some output with awk:

cat initHC2.sap | awk '{ print $0 ~ /^tape_addr*/? gsub(/[",","(",")"]/," ") $1" "$2" ("$4","$3")" : ""}'| sort | tail -2

with gsub, i...
Showing results 1 to 4 of 4

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