Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: scp completion options
- X-seq: zsh-users 23516
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: scp completion options
- Date: Thu, 28 Jun 2018 17:31:19 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=mA1NwFqX1W0EAvTb78nqV6VUmtBakVUSnxSV5TqlrSU=; b=avK1aSjyzicN2OGaxTG8glFKE3FjZBTpnyTpsY4hMpBcKnWOAVIyHtQ7Rx+5m8uKNq 8n3aAoWuM75hIrWiTy+7XU/aixK8XxfpdB3tkhToPi5BzIwpHjXHcSytqaBJzWEnubw/ cQ2hfJiFD8g8Q1948vHYZZ/yUKaYo1ZNfAWZymCLNj1RZoUNgsOdAXBGeTMCg0fZvKdT lBp7O+/jy5EdokN8shVwVopLQ7sB4a2el4UF4FMMr5YtFu4kj8/kvDPQ5YdiaeZtDjnN rXEX4Zi6SE1Libgl1c2gPF4FqApu65DS989y2o/Z99+aKOyVnGm/98OlmMqhlfRSOh3E LMjw==
- In-reply-to: <20180628205619.GH21870@blackswan>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20180626231957epcas4p275197b8b1b133496936cd1e2a59d15b6@epcas4p2.samsung.com> <20180626230654.GK11049@blackswan> <20180627081516eucas1p200d804de13d1e5a4f7ea223ecb2d9c49~79k6870Wv1727517275eucas1p2j@eucas1p2.samsung.com> <20180627101312.GL11049@blackswan> <20180628083835eucas1p2cb57feab1bca1540ed0a89cd6e26b9bb~8RikRcvz81808218082eucas1p2p@eucas1p2.samsung.com> <20180628201457.GG21870@blackswan> <CAH+w=7Y9KFiwRyAE_h1e1WBgm5wUKTPHq2G7iG-m8G7w0WZ1gQ@mail.gmail.com> <20180628205619.GH21870@blackswan>
On Thu, Jun 28, 2018 at 1:56 PM, David Woodfall <dave@xxxxxxxxxxxxxx> wrote:
>
> Things I've tested so far:
>
> [...]
_remote_files is most likely running
ssh -o BatchMode=yes -a -x $host ls -d1FL --
where $host is obviously the remote name. Try running that directly
from your command line and see what you get.
Try again replacing "ls" with /bin/ls just in case an alias is somehow
being invoked, or find out if you have some other "ls" in the default
search path.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author