Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
path expansion on remote host
- X-seq: zsh-users 18898
- From: Sepp Tannhuber <sepp.tannhuber@xxxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: path expansion on remote host
- Date: Tue, 10 Jun 2014 15:24:04 +0100 (BST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1402410244; bh=Za6M4eVn/LELo4ssWm59uXxqRaKni7ALS2famFP4QYM=; h=Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=SouDcID5TatfsUrC+yGyENNPCc18DqUPRsYbDq0yf2vOftinjZFaum50Jm2HTTIDbfhpFY4Pum6qAPnaVpblqPS/4nA/4vPHWS+w2At2IBDTsmbf78h2/0YuomcxC52woBJaSqqcL+ukK+H2pz+Yr5+KN8FpQBjH1CFZMUuyS74=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Reply-to: Sepp Tannhuber <sepp.tannhuber@xxxxxxxx>
Dear all,
when I type
scp /u/lo/li
and press the Tab key, it is expanded to
scp /usr/local/lib
But when I do the same on a remote host
scp user@remotehost:/u/lo/li
the expansion fails. However path expansion
works for the last part, e.g.
scp user@remotehost:/usr/local/l
is expanded correctly. Why does it fail in the
second case? And how can I fix it?
Best regards
Joseph
Messages sorted by:
Reverse Date,
Date,
Thread,
Author