Search Results

Search: Posts Made By: Jyotshna
4,191
Posted By Jyotshna
Thank you :) :) :)
Thank you :) :) :)
4,191
Posted By Jyotshna
I am working on linux server using a bash shell ...
I am working on linux server using a bash shell

---------- Post updated at 05:53 PM ---------- Previous update was at 05:50 PM ----------

Thanks Rudic.

can you please give explanation of...
4,191
Posted By Jyotshna
It's not a homework assignment. Its part of...
It's not a homework assignment. Its part of automation work for file handling. I dont know about ed or ex.
4,191
Posted By Jyotshna
I have tried using grep and finding the line...
I have tried using grep and finding the line numbers of matched strings which worked but its time consuming because in the original scenario there will be thousands of lines between START and END and...
4,191
Posted By Jyotshna
I have tried below. But its displaying all lines...
I have tried below. But its displaying all lines between START and END
sed -n '/START/,/END/p' file.txt
4,191
Posted By Jyotshna
sed print from last occurrence match until the end of last occurrence match
Hi, i have file file.txt with data like:
START
03:11:30 a
03:11:40 b
END
START
03:13:30 eee
03:13:35 fff
END
jjjjjjjjjjjjjjjjjjjjj
START
03:14:30 eee
03:15:30 fff
END
ggggggggggg...
Showing results 1 to 6 of 6

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