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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...