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...
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.