Search Results

Search: Posts Made By: protargol
1,686
Posted By protargol
Awk multiple deliminators
I'm going through a list of files CLINK_0.fits
CLINK_1.fits
...
CLINK_11.fits and I want to grab the number. Since the number goes from single to double digits, I can't use fix widths. ...
204,756
Posted By protargol
easier way
awk '{ print "value is","'\''" $2 "'\''" }' input.txt

does the same thing but may be easier to understand
Showing results 1 to 2 of 2

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