December 23rd, 2008
Ultram Without Prescription
Nexium No Prescription
Zelnorm For Sale
Antabuse Generic
Buy Amoxil Online
Prednisone Without Prescription
Penisole No Prescription
Propecia For Sale
Amoxil Generic
Buy Clarinex Online
In simpleist terms. Here is a perl script to build a list from a directory.
#!/usr/bin/perl
opendir(DOCS1, "/Users/bradrice/Documents/UAworkFolder/stadium/cams/slideshow/images/quot;);
my @files = grep !/^\.\.?/, readdir DOCS1;
foreach $file(@files) {
print $file . “\n”;
}
Posted in Perl | No Comments »
August 9th, 2008
Posted in Shell Script, Unix | No Comments »
March 11th, 2008
Posted in Mac OS X general | No Comments »
January 9th, 2008
Posted in Mac OS X general | No Comments »
January 4th, 2008
Posted in Mac OS X general | No Comments »
December 15th, 2007
Posted in Mac OS X general, Unix, java | No Comments »