• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

/Anyone know Perl? Help with simple command line script needed!

LordJezo

Banned
I need to get a script in Unix to execute the following from a command line:

directory/analog -G
+g directory/PFEIFFER.conf
+O /directory/Report_Jul-2003.html
/directory/PFEIFFER.access.*Jul*

The problem arises from the bolded part.. I need to get it to dynamically pull in the date and put it in the script. It would be a simple matter if the date on the files were in the same format as the dates in the system but that isnt so. Since the files are named with a short name I need a way to get it to pass the correct info in.

Also, the month needs to be yesterdays date... not the month of the day it was running. That would only be a problem on the 1st of each month though

Any ideas?
 
Back
Top