http://www.unix.com – Hello, I'm a bit stumped, for some reason when using AWK 'print' is not printing the entire date/line. Code: awk '{print "Ticket #: " $1} {print "Queue : " $2} {print "Recieved : " $3} {print "AP Date : " $4} {print "Circuit ID : " $5} {print "Customer Name : " $6}' $FBLOG >$FBLOG.1 In the issue is the "Customer Name" for some reason its only printing the first word o (HowTos)