Hello
I'm novice and
I need to print the code between "convert" to next blank line
Please help me
+ f *.tif | f *.tiff | f *.TIF | f *.TIFF & t t
t convert to jpg
set %t
while [ -n "$1" ]; do
convert "$1" -quality 100 $(basename "$1").jpg
shift
done
+ f *.jpg | f *.JPG & t r
e...
Ok, I try to explain in more details
This is my file :
<programme start="20050605162500 +0200" stop="20050605175500 +0200" showview="1996056" channel="C3.telepoche.com">
<title>Qui mange qui ?</title>
<desc lang="fr">Inspectrice de l'hygiène et de la répression des fraudes, Rose n'a pas...
ok, thank you for your answers
but i have a problem when the string (qwerty) have a return line character. The match no detect the <desc lang="fr"> qwerty RLCharacter Qwerty </desc>.
Are you a solution ?
In a xml file there are
<desc lang="fr"> qwerty </desc>
I would like the string between flags ('qwerty') is less or equal to 1024 caracters.
Thank for your answers
Ecman
Sorry for my english
I use awk95 and I would like to know how to delete lines in xml files.
The line is <icon src="3384848.gif" /> where the number of the picture can change. There are many lines like this in the same xml file and the number of the picture change.
Thank you for responding.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.