I use the 'date' command under FreeBSD & csh to have unique daily wardriving logs:
sudo dstumbler wi0 -m 60 -l ~/ds.log.`date +%Y%m%d` -g /dev/cuaa0 -s
Note the use of ` and not ' as the quote charater for the embedded command. I'm not positive of the use under your sheel of choice, but this gives me logs with names like ds.log.20050228 so they sort by date very well.
Jon
On Apr 3, 2005 9:59 AM, Leo Mauler webgiant@yahoo.com wrote:
I'm still working out the MP3 tag commands in LAME, as well as scripting the whole thing into using unique filenames so I could leave it for two weeks without overwriting the first week's recording.