Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

get history command without line numbers

Just use cut command to cut first 8 chars and get history without numbers
history | cut -c 8-
 
PREVIOUS NEXT
Tagged: #history #command #line #numbers
ADD COMMENT
Topic
Name
1+8 =