Search Results

Search: Posts Made By: Cvg
9,022
Posted By rajamadhavan
https://www.unix.com/unix-dummies-questions-answers...
https://www.unix.com/unix-dummies-questions-answers/32374-setting-fs-more-than-one-character.html


you could use nawk instead of awk
9,022
Posted By Jotne
Not sure why its not working, its ok on my...
Not sure why its not working, its ok on my ubuntu.
Maybe some of the other here nows?

Edit: after reading post from rajamadhavan, try
awk -F'-env' '{split($2,a," "); print a[1]}'
or
awk ...
9,022
Posted By elixir_sinari
Try using nawk instead of awk. Seems like the...
Try using nawk instead of awk.
Seems like the Solaris awk is accepting only a single-character FS.
Forum: Solaris 01-19-2012
5,316
Posted By methyl
In your post #3 the characters "export TZ" get...
In your post #3 the characters "export TZ" get presented as a parameter to main program.

Please please do tell us what Operating System and version you have. It matters for cron.

Anyway...
Showing results 1 to 4 of 4

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