#127·script

Get multiple columns

Author: ghostCreated Aug 10, 2022Updated Nov 14, 2022

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