I need to create a log file using the following format:
myapp_monday.log myapp_tuesday.log .... ... myapp_sunday.logHow do I create log filename with day of the week in it under Linux or Unix operating systems?
Read answer to: "Linux / Unix Shell Scripting: Create Filename By Day Of The Week"