I'm new to this, and I was wondering specifically what awk -F "\t"
means.
↧
What does this command mean: `echo $line | awk -F "\t"'{print $1;}'`?
↧
I'm new to this, and I was wondering specifically what awk -F "\t"
means.