View Single Post
Old 08-15-2005, 05:18 PM   #5 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Oh yeah, my input file was pipe delimited, so the cut -d"|" -f2 is just grabbing the username.. Perhaps adjust the entire line to `cat $1` for no filtering.

-r
idx is offline   Reply With Quote