Search Results

Search: Posts Made By: fugitivus
2,319
Posted By fugitivus
thank you for your help it seems that i have to...
thank you for your help it seems that i have to learn awk :)
did anyone know a goot and easy to understand awk tutorial ?!?
Mfg Fugitivus
2,319
Posted By fugitivus
i have tried nothing, i have read the man page...
i have tried nothing, i have read the man page for sort but i didnt find any idea how to do that, same thing on uniq i didnt know if uniq or sort can do that thinks.
I am yust beginning with doing...
2,319
Posted By fugitivus
Uniq or sort -u or similar only between { }
Hi !
I am trying to remove doubbled entrys in a textfile only between delimiters.
Like that example but i dont know how to do that with sort or similar.

input:

{
aaa
aaa
}
{
aaa...
994
Posted By fugitivus
Thanks thats exactly what i want to do !!! I'll...
Thanks thats exactly what i want to do !!!
I'll think i have to experimentate a little bit more to understand sed :)
Realy nice tool !!!

Mfg Fugitivus
994
Posted By fugitivus
Thank you for your Help ! sed -e '/aaa/ {N;...
Thank you for your Help !

sed -e '/aaa/ {N; /aaa\nbbb/ s/$/\n!!!/}' fileis a realy good thing. is there a way to work with negations ?
like if i would look for an aaa and and print a bbb to the...
994
Posted By fugitivus
Search for 2 string in 2 lines with sed ?
Hi !
I want to search a string in all lines with sed. If that string is there, i want to look for an other string in the next line.If that string is there i want to put an other line under it.
...
Showing results 1 to 6 of 6

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