View Single Post
Old 12-09-2003, 10:58 PM  
vending_machine
Confirmed User
 
Join Date: Jun 2002
Location: Seattle
Posts: 1,062
Is this what you're trying to do (done in bash)?

Code:
# cat list
domain.com/subdir/yadayada.php?sqiggly,;lkjsdf;lkajsdf
# cat list | while read line ; do dirname $line ; done
domain.com/subdir
vending_machine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote