Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

strip first character form output linux

# Use cut. Eg. to strip the first 4 characters of each line (i.e. start on the 5th char):
cut -c 5-
 
PREVIOUS NEXT
Tagged: #strip #character #form #output #linux
ADD COMMENT
Topic
Name
4+7 =