Answers for "get history command without line numbers"

0

get history command without line numbers

Just use cut command to cut first 8 chars and get history without numbers
history | cut -c 8-
Posted by: Guest on October-26-2020

Code answers related to "get history command without line numbers"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language