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

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

to-top