scp question

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Kurt Granroth
Data:  
Asunto: scp question
On Friday 12 September 2003 07:40 am, Kurt Granroth wrote:
> <wild supposition>maybe sh uses the selective expand policy while csh
> always expands. bash and ksh use sh behavior and zsh uses csh.</wild
> supposition>


Maybe not as wild as I thought:

zsh:
$ echo this/*
zsh: no matches found: this/*

tcsh:
$ echo this/*
echo: No match.

bash:
$ echo this/*
this/*