Jump to content

10 Linux commands you’ve never used


spinynorman
 Share

Recommended Posts

There's some good cli stuff there that we (or I :)) forget to use.

 

Here's one for the 10 commands you most often use:

history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort|uniq -c | sort -rn | head -10

You can use that as user and root.

Link to comment
Share on other sites

I already knew about 6 out of the 10 commands, and I actually use them.

Still, I'm glad to know about the other 4, especially “col†and “xmlwfâ€, as those address issues I often have.

 

Yves.

 

(the other two I didn't know are “pgrep†and “nlâ€)

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...