I have a unix script which searches for a specific set of gif files and finshes when all of the files are found. For example, the scripts is called as
find_gifs "andy*.gif" 5
which waits until it finds 5 gif files that match the given criteria, see code below:
#!/bin/sh
#** Ver...
I need to parse a HTML file containing an java applet call, that is created by a third-party application, and move a line to the bottom of an applet definition. I am considering using awk or sed but a colleague recommended Perl.
I need to cut the following line and then insert it back into the...
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.