View Single Post
  #1  
Old March 3rd, 2006, 02:50 PM
jackdahi jackdahi is offline
AI
 
Join Date: Sep 2002
Location: Boston, MA
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
jackdahi is on a distinguished road
Question Help renaming a directory!

Ok so renaming a directory is easy in unix. But here is the difficult task:

Im using the tcsh shell to write a basic script that moves certain logs to a folder at a certain time. This folder's name needs to be the current date. Moving the files is simple, but automatically generating a directory with the current date has proven difficult.

Can anyone help me?
Reply With Quote