Search Results

Search: Posts Made By: complex.invoke
2,833
Posted By Scrutinizer
This should work whether the last field contains...
This should work whether the last field contains double quotes or not:

awk '{sub(/[^"]+/,"&_" $1 "_" $2,$NF)}1' file
3,057
Posted By ripat
How about: awk 'NR>1{print $1,$4,$6,$8}'...
How about:

awk 'NR>1{print $1,$4,$6,$8}' RS="QUIT q\n"
2,927
Posted By elixir_sinari
That should not be a problem at all. The last ;;...
That should not be a problem at all. The last ;; in the case construct is optional.

@OP: To which if does the fi on line 62 correspond?
2,015
Posted By Chubler_XL
@complex.invoke placing arguments after the ls...
@complex.invoke placing arguments after the ls filelist is bad form, it is likley to result in "File -1 does not exist" errors with many ls implementations.
5
1,887
Posted By Scott
Hi. Sorry, no we will not move your posts. ...
Hi.

Sorry, no we will not move your posts.

Perhaps a better option for you would have been to request a name change (https://www.unix.com/credits.php?do=purchase) :)
5
1,887
Posted By Neo
Done! Thanks!
Done! Thanks!
Showing results 1 to 6 of 6

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