Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh not accepting commandline args at end of command
- X-seq: zsh-users 6789
- From: Eric Smith <es@xxxxxxxxxxxx>
- To: zsh users <zsh-users@xxxxxxxxxx>
- Subject: zsh not accepting commandline args at end of command
- Date: Wed, 19 Nov 2003 18:15:54 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi
What might be causing this error in zsh.
eric@apple:~$ echo $SHELL
/bin/bash
eric@apple:~$ ls /tmp -F
ssh-XXUIWy1q/ v235390/
eric@apple:~$ zsh
[eric@apple ~] $ ls -F /tmp
ssh-XXUIWy1q/ v235390/
... and here is the problem:
[eric@apple ~] $ ls /tmp -F
ls: -F: No such file or directory
/tmp:
ssh-XXUIWy1q v235390
thanks
--
Eric Smith
Messages sorted by:
Reverse Date,
Date,
Thread,
Author