Search Results

Search: Posts Made By: srini matta
10,357
Posted By srini matta
Don, Thank you very much for your brief...
Don,

Thank you very much for your brief explanation. I will be in touch with you through this site. Have a great day :)
10,357
Posted By srini matta
sed -i "/ 21$/d" file it will also work...
sed -i "/ 21$/d" file

it will also work fine for your data, means required value is at last column.

Don, please correct me if my assumption was wrong.
10,357
Posted By srini matta
Exact match using grep
Hope, it mat useful to you.

grep -vw "21" input_file > output_file

Please post two records which contains 21 and 542178, then I can provide you the sed command.
Showing results 1 to 3 of 3

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