I have data of the following type:
num1 This is a string num2 This is another string
I want to limit the length of all lines that are after the first tab. such a length (string) <4. Therefore, the output that I get:
num1 This is a string num2 This is another
I can do it with python. But I'm trying to find the linux equivalent to achieve the same.
linux bash ubuntu
Jannat arora
source share