Greetings folks,<br><br>I have a large collection of special binary log files that I need to export to ascii format.<br>This system has a utility to do this but it will only take one file name at a time, no wild carding.<br>
<br>Like:   exportlog -i input-filename -o output-filename<br><br>the file names all look like:  2011-05-19_235900.log<br><br>the date part for this lot will all start with 2011 but the rest of the date and time fields can and do vary.<br>
Could someone please help out with a bash script to do this, I can easily put all the names into a text file if necessary.<br><br>Kind regards,<br>Chris<br><br>