4 posts tagged with tcsh. (View popular tags)
Displaying 1 through 4 of 4. Subscribe:
I have a podcast that downloads as multiple segments over multiple days. Its format arrives as YYYYMMDD_showcode_segment.mp3; so, for example, one download might result in files as 20090323_goofa_01.mp3 through 20090323_goofa_21.mp3, and also within the same download 20090324_goofa_01.mp3 through 20090324_goofa_21.mp3. What I'm looking for is a Unix script (shell, perl, what have you) that would look at a directory and look at what dates are represented there, and let me join all of the segments together by day. I can use mpgtx -j to do the actual joining; I'm looking for the code that would let the script determine what dates are in the directory and then get each day's segments united into a single MP3 for that day's show.
posted by WCityMike
on Mar 25, 2009 -
5 answers
I have been using tcsh for a number of years now ( at least 12), and it seems that most OSes and most users have moved on to something better. Is there a reason for me to change, and if so, what is the best shell out there? ( main os is OSX 10.5, but use all sorts of linux/unix OSs ). [more inside]
posted by brent_h
on Dec 25, 2007 -
25 answers
In need of "The Complete Idiot's Guide to Enabling/Getting the 'Mail' Unix Command to E-Mail You Stuff, for Complete and Utter Dummies." [more inside]
posted by WCityMike
on Sep 20, 2006 -
3 answers
Is there a way to set an environment variable in the unix shell from a python script? Can I set a variable in the shell that executes that same script? For that matter, is there a way for any script to do this? [more inside]
posted by kuatto
on Apr 7, 2006 -
8 answers