no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Wildcards with the zsh shell

    calendar June 30, 2022 nav_categories Tech nav_categories Application nav_tags scp nav_tags zsh nav_tags noglob

    While trying to scp some files I knew existed on the remote system, I ran into an issue using a wildcard.

    Using the zsh shell and using a wildcard in scp fails:

    scp tom@testbox:~/test*.txt
    zsh: no matches found: tom@testbox:~/test*.txt
    

    However, the files do exist:

    ssh testbox
    tom@testbox:~$ ls -l
    total 8
    -rw-rw-r-- 1 …

    Read More
  • Oh My Zsh

    calendar February 17, 2021 nav_categories Tech nav_tags oh my zsh nav_tags shell nav_tags zsh nav_tags macos nav_tags osx

    When MACOS changed the default shell from bash to zsh, I waited a bit, as I'd used bash for years and years, and was really familiar with it.

    Post-clean install of Big Sur, I left my default shell as zsh.

    Doing some reading, installed Oh My Zsh

    Oh My Zsh is a delightful, open source, community-driven framework for …

    Read More

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top