Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to remove first colum froim file linux

awk '{ $1=""; print $0 }' yourfile
 
PREVIOUS NEXT
Tagged: #remove #colum #froim #file #linux
ADD COMMENT
Topic
Name
1+1 =