Friday, 4 May 2018

Learning Linux | Linux from the command line -- 25 common Linux commands with examples

Learning Linux | Linux from the command line -- 25 common Linux commands with examples

This is one of those pages you give to someone that just installed Linux for the first time.
https://linuxhint.com/top-25-linux-commands-with-examples/

4 comments:

  1. Huh, being using unix/linux for decades and I didn't know this one:

    find . -mtime -1

    ReplyDelete
  2. John Lewis Well, you learned something new today. You can pack up and go home now. ;')

    But yeah, I never cease to be amazed at how much simple knowledge is still hiding out there. I find new tricks like that all the time and it always amuses me that there's always more to learn.

    ReplyDelete
  3. My favorite is the ls -1 which lists the files each on their own line. This is helpful for piping into to other commands to be executed individually.

    ReplyDelete
  4. John Lewis I know, I just love old school, elegant, KISS engineering hacks.

    ReplyDelete