Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

show bash history

history # show all
history | tail -5 # show last 5
history | grep text # search for text
 
PREVIOUS NEXT
Tagged: #show #bash #history
ADD COMMENT
Topic
Name
2+8 =