Search Results

Search: Posts Made By: Alyaa
4,173
Posted By Scrutinizer
You could try these: This should delete all...
You could try these:

This should delete all the patterns starting with '[5]' until the next pattern:
sed 's/\[5\][^;][^;]*;//g' file

This should delete all the patterns starting with '[5]' and...
4,173
Posted By indianya
awk '{print $1"\tAT50"}' file
awk '{print $1"\tAT50"}' file
4,173
Posted By elixir_sinari
Please use code tags for code and data samples. ...
Please use code tags for code and data samples.

You mean something like this?
sed '/^r58778\.3|/s/|.*//' file
Showing results 1 to 3 of 3

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