Search Results

Search: Posts Made By: Arunkumarsak4
2,058
Posted By Arunkumarsak4
Hi Scott your post was very useful. Also can you...
Hi Scott your post was very useful. Also can you please advice whether by using UNIX command we can match a certain pattern and return the following lines which is user-defined. By User-defined, I...
2,058
Posted By Arunkumarsak4
I came across below UNIX command, this will...
I came across below UNIX command, this will return matching text plus the line following it.

sed -n '/UNIX/,+1p' file.txt >newfile.txt

In the above mentioned example it should return below
...
2,058
Posted By Arunkumarsak4
How to search a text in file and retrieve required lines following it with UNIX command?
I have requirement to search for a text in the file and retrieve required lines that is user defined with unix command.

Eg:

Find the text UNIX in the below file and need to return Test 8 &...
Showing results 1 to 3 of 3

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