spinynorman Posted October 28, 2008 Report Share Posted October 28, 2008 An interesting article at Bash Cures Cancer. It's a bit old but I don't think it matters in this case. Not sure about the site name... :huh: Link to comment Share on other sites More sharing options...
Greg2 Posted October 28, 2008 Report Share Posted October 28, 2008 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 More sharing options...
arctic Posted October 29, 2008 Report Share Posted October 29, 2008 Hmm... of those commands I have used pstree already. Am I a Linux-Guru now? Link to comment Share on other sites More sharing options...
Kieth Posted October 29, 2008 Report Share Posted October 29, 2008 I've never used even one! In fact, I don't even understand any of it! Does that make me an "Linux - de-Guru" Link to comment Share on other sites More sharing options...
theYinYeti Posted October 29, 2008 Report Share Posted October 29, 2008 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 More sharing options...
adamw Posted October 29, 2008 Report Share Posted October 29, 2008 I'd used four of them before, but as YinYeti says, it's a useful post for the others :) Thanks. Link to comment Share on other sites More sharing options...
neddie Posted November 7, 2008 Report Share Posted November 7, 2008 There are some more useful commands / tricks / jokes at this slashdot thread. Don't try them all out though! And for sillier stuff see these shell jokes. :P Link to comment Share on other sites More sharing options...
SilverSurfer60 Posted November 7, 2008 Report Share Posted November 7, 2008 Very amusing Neddie. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now