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
help with script
Re: help with script
On linux yes. Win, perhaps.
linux:
mv "$1" "$1"-$(date)
linux:
mv "$1" "$1"-$(date)