help with script

Come up with a useful post-processing script? Share it here!
Post Reply
jasfat
Newbie
Newbie
Posts: 1
Joined: January 1st, 2012, 10:25 am

help with script

Post by jasfat »

hello!
looking for some help making a script to put downloads in folder marked with "todays" date

have tried Date Sorting but nothing i try works. it's just put the downloads in complete unless
the release name had a date.

is this possible?
thought it would be easier to ask the professionals first ;-)

all help is much appreciated

regards
jasfat
User avatar
Mar2zz
Jr. Member
Jr. Member
Posts: 85
Joined: February 4th, 2011, 8:30 am
Contact:

Re: help with script

Post by Mar2zz »

On linux yes. Win, perhaps.

linux:
mv "$1" "$1"-$(date)
Post Reply