john-science / john-science.github.io

A Blog of Minor Obsessions
http://john-science.github.io/
Apache License 2.0
3 stars 4 forks source link

Intro to basic Linux commands #105

Closed john-science closed 5 years ago

john-science commented 5 years ago
history | awk -F " " '{print $2}' | sort -u

Check it out. Which commands do you use most often?