There was an error while loading. Please reload this page.
Hi, It looks like Column() only supports getting a single column, is there a way simulate the below command ? awk -F '\t' '{ print $5 "|" $6 }'
Thanks
Hi,
It looks like Column() only supports getting a single column, is there a way simulate the below command ?
awk -F '\t' '{ print $5 "|" $6 }'
Thanks