scp question
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Kurt Granroth at
2003-09-12 14:40
Kevin Buettner at
2003-09-12 18:43
Attachments:
Message as email
(text/plain)
Author:
Kurt Granroth
Date:
2003-09-12 15:15
UTC
Subject:
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/*