Re: a small SBCL question
- From: pbunyk@xxxxxxxxx
- Date: 29 Dec 2006 17:00:28 -0800
d...@xxxxxxx wrote:
I tried the example above, with a wildcard, i.e. "/tmp/*.lisp" instead
of "/tmp/a.lisp",
and no files were found, and there are files matching the pattern.
Could someone explain why?
Because on UNIX traditionally wildcards are expanded by your shell, not
by, say, /bin/ls -- unlike MS-DOS, BTW. :) There are exceptions, of
course (scp knows about them, find...), but not ls.
You can try using "/bin/sh" for the command, (list "/bin/ls"
"/tmp/*.lisp") for its arguments.
Many thanks!
Welcome!
Cheers,
David
Paul B.
.
- References:
- a small SBCL question
- From: TorvoSollazzo@xxxxxxxxxxxx
- Re: a small SBCL question
- From: Pascal Bourguignon
- Re: a small SBCL question
- From: dneu
- a small SBCL question
- Prev by Date: Re: a small SBCL question
- Next by Date: Re: a small SBCL question
- Previous by thread: Re: a small SBCL question
- Next by thread: Re: a small SBCL question
- Index(es):
Relevant Pages
|