[TriLUG] Need some help parsing a file

John Vaughters jvaughters04 at yahoo.com
Mon Dec 30 10:08:25 EST 2013


Brian,

The awk actually worked as shown. It is more friendly when figuring out fields than cut, but still I use cut because it is easy to remember.

echo '11/09/2013  11:49 AM        7,887,098 this is filename 1.txt' | awk '{print $8}'


More information about the TriLUG mailing list