First let me say I am super new to this.
I am trying to narrow down entries within a file to only show be "New" items. This designator is the third item over in each record.
Example:
"bob", "shirt", "new", "blue"
"bob", "shirt", "used", "red"
I usually use " hadoop fs -cat FileName |grep bob
But I want the third column