On Fri, 16 Aug 2002, tack wrote: > Problem is, when I load the data into the variable, it won't let > me...saying that it's a directory, when I want it to just load the path as > a string. Subsequently, the cd doesn't work because the variable has no > path in it, so it goes to ~. > > any insights?
#!/bin/sh cd `cat $HOME/mp3Dir` pwd #comment out the meaty bits while i debug #wget -H -l 1 -A $1 -r $2 -R robots.txt pwd exit _____________________________________________b r a n d o n h a r r i s___ [EMAIL PROTECTED] www.gaijin.com _______________________________________________ Bits mailing list [EMAIL PROTECTED] http://www.sugoi.org/mailman/listinfo/bits
