|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
A way to automatically create a New Folder based on that date?
I've done many many google searches and have come back with nothing. What I am looking for is either a command in the terminal or a way in applescript to create a new folder with today's date.
I am going to use this as a skydrive backup technique. So if it was Code:
cp -av /Users/osx/SkyDrive /Users/osx/Desktop/New Any help is greatly appreciated!
__________________
Mac Mini 2011; Dell XPS L502x Nexus 7; iPhone 5 iPod Classic |
|
|
|
0
|
|
|
#2 |
|
I am on my phone, but I'd go with cron in a form:
0 0 * * * * To run at 00:00 daily. The command would involve mkdir and date. Someone else can surely cobble this for you, but a few minutes in manages should get you from here to there. -Lee |
|
|
|
0
|
|
|
#3 |
|
Using Terminal:
Code:
cp -av /Users/osx/SkyDrive /Users/osx/Desktop/$(date +%Y%m%d) |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 07:12 AM.






Linear Mode
