Answers for "how to remove first colum froim file linux"

0

how to remove first colum froim file linux

awk '{ $1=""; print $0 }' yourfile
Posted by: Guest on February-04-2021

Code answers related to "how to remove first colum froim file linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language