zsh: no matches found
if use *
Error:
root@localhost: scp root@ip_remote_server:/root/files/* ./
zsh: no matches found: root@ip_remote_server:/root/files/*
Works:
root@localhost: scp root@ip_remote_server:/root/files/\* ./
Last updated
if use *
root@localhost: scp root@ip_remote_server:/root/files/* ./
zsh: no matches found: root@ip_remote_server:/root/files/*
root@localhost: scp root@ip_remote_server:/root/files/\* ./
Last updated