Search Results

Search: Posts Made By: alexander_
13,795
Posted By alexander_
hi ripat, no - doesn`t work. I tried that...
hi ripat,

no - doesn`t work.
I tried that in the first place - but i get a failure [unvalid escape-tag]

Is there another possibilty to solve this?

alex
13,795
Posted By alexander_
SED Delete all between 2 tags ...
Hi @all,

i need an SED-command which deletes all signs in an xml-file between the </text> and the following <text> - tags.

sed '/</text>/,/<text>/d' doesn`t work!

regards
alex
1,491
Posted By alexander_
Hi, for a better understanding ... i have...
Hi,

for a better understanding ... i have the following commands:

cat /file.xml | \ sed '0,/<text>/d' | sed '/<\/text>/,/<text>/d' | sed 's/<[^>]\+>//g' > file2.txt

i want to take the...
1,491
Posted By alexander_
SED-Question - OR and Output in new file
Hi i want connect several sed-commands with an OR and get the output in a new file.
I thought it works with sed ... | sed ... | sed ... > file , but it doesn`t work.
Can anyone help me?

regards...
Showing results 1 to 4 of 4

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