I am trying to run a cut and delimination is a tab. How do i us that in the cut command
usage i.e
This just gives me an error of :
cut: the deliminator must be a single character
So obviously my usage is wrong, can anyone please tell what the correct syntax?
usage i.e
Code:
for i in $(cat test.tmp | cut -d '\t' -f2)
This just gives me an error of :
cut: the deliminator must be a single character
So obviously my usage is wrong, can anyone please tell what the correct syntax?