Search Results

Search: Posts Made By: phoebus
1,975
Posted By phoebus
OK, thanks... So, as I said, I have two input...
OK, thanks...
So, as I said, I have two input files.
The first ("yearly book") is structured like this:


1.01 text I would
like to extract
(including newlines etc.)
1
2
3
(....text I...
1,975
Posted By phoebus
Match part of string in file2 based on column in file1
I have a file containing texts and indexes. I need the text between (and including ) INDEX and number "1" alone in line. I have managed this:
awk '/INDEX/,/1$/{if (!/1$/)print}' file1.txt

It...
Showing results 1 to 2 of 2

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