Earlier quoted context omitted.
Kind of interesting, might be more interesting to see what the other end of the distribution looked like, i.e. the really esoteric commands that people rarely use. We all might learn something from that!
We have common mistakes list http://www.webminal.org/common_mistakes/ but didn't figure-out something like which is the least-used valid command. Good idea, we will dig deeper into their bash_history :)
“I have [bash] history back to ~2003”
51–60 of 148 posts
Re: “I have [bash] history back to ~2003”
#52Earlier quoted context omitted.
We have common mistakes list http://www.webminal.org/common_mistakes/ but didn't figure-out something like which is the least-used valid command. Good idea, we will dig deeper into their bash_history :)
I think ".." was "cd .." in dos
Re: “I have [bash] history back to ~2003”
#53Earlier quoted context omitted.
We have common mistakes list http://www.webminal.org/common_mistakes/ but didn't figure-out something like which is the least-used valid command. Good idea, we will dig deeper into their bash_history :)
Some linux distros (used to?) alias ls -a to la, which would explain why you're seeing it so often.
Re: “I have [bash] history back to ~2003”
#54Earlier quoted context omitted.
Some linux distros (used to?) alias ls -a to la, which would explain why you're seeing it so often.
You are right, quick google search says 'Ubuntu 12.14' has ls,l and la. Will update our page to reflect this.
Re: “I have [bash] history back to ~2003”
#55Earlier quoted context omitted.
We have common mistakes list http://www.webminal.org/common_mistakes/ but didn't figure-out something like which is the least-used valid command. Good idea, we will dig deeper into their bash_history :)
I think ".." was "cd .." in dos
Re: “I have [bash] history back to ~2003”
#56Earlier quoted context omitted.
Kind of interesting, might be more interesting to see what the other end of the distribution looked like, i.e. the really esoteric commands that people rarely use. We all might learn something from that!
We have common mistakes list http://www.webminal.org/common_mistakes/ but didn't figure-out something like which is the least-used valid command. Good idea, we will dig deeper into their bash_history :)
Re: “I have [bash] history back to ~2003”
#57Re: “I have [bash] history back to ~2003”
#58Re: “I have [bash] history back to ~2003”
#59Here's something interesting - We collected bash history of around 15000 users and listed frequented used commands for fun :) http://www.webminal.org/fulc/
Re: “I have [bash] history back to ~2003”
#60Earlier quoted context omitted.
We have common mistakes list http://www.webminal.org/common_mistakes/ but didn't figure-out something like which is the least-used valid command. Good idea, we will dig deeper into their bash_history :)
Some linux distros (used to?) alias ls -a to la, which would explain why you're seeing it so often.