1. CLI Arcana: Saved webpage

    A candidate installment of the mostly-only-imagined series Command-line arcana**

    Perhaps the most arcane invocation I regularly direct into a terminal emulator window these last few years is:

    mv !$??* !$

    Those familiar with the intricacies of bash, particularly history expansion and parameter expansion patterns, probably won't be challenged by this very much …

    Tagged as : bash cli
  2. Digging Debian package paths

    I went to startup vim just now because I wanted to see the charity solicitation message that runs when it starts up. Turns out I don't have vim proper installed.

    $ vim
    
    Command 'vim' not found, but can be installed with:
    
    sudo apt install vim       
    sudo apt install vim-gtk3  
    sudo apt …
  3. Top git commands

    The bot in the #git channel on freenode holds links to recommended reading. A couple of these were invoked in the last week or so not long before I wandered into the channel (via Esc A in irssi) so I was able to notice them.

    One of them is a …

    Tagged as : git cli hfoss
  4. dmesg UX

    In this case, "-ux" isn't meant to refer to these dmesg(1) options

       -u, --userspace
              Print userspace messages.
    
    
       -x, --decode
              Decode  facility  and level (priority) numbers to human-readable
              prefixes.
    

    but rather to a recent User eXperience epiphany I had using dmesg.

    Most of the time using dmesg, my concerns are …

    Tagged as : cli tips learning

Pages

Categories

Tags

Page 1 / 1