Search Results

Search: Posts Made By: agibbs
12,287
Posted By agibbs
Thanks for the replies. Unfortunately, the nawk...
Thanks for the replies. Unfortunately, the nawk example prints each row (between empty rows) as a new column, not as a single column (of rows between empty rows). The awk example is not working for...
12,287
Posted By agibbs
single column to multiple columns
Hello,
I have a single column of data that I would like to cut/print (with awk or ...) into multiple columns at every empty row (or common character).
Input:
5.99123
5.94693
7.21383

5.95202...
12,178
Posted By agibbs
Works great, thanks! Al
Works great, thanks!
Al
12,178
Posted By agibbs
awk + last occurrence
Hi,
I'm attempting to search, using awk, a pattern range in a file. Something like:
>awk '/first bit of text.../,/...last bit of text/' file
Is it possible to print only the last (or first)...
Showing results 1 to 4 of 4

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