From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12204 invoked by alias); 13 Oct 2011 04:57:43 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16476 Received: (qmail 14762 invoked from network); 13 Oct 2011 04:57:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at gmx.de designates 213.165.64.22 as permitted sender) X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX185amtohAw5/lF/2Ycp+c4phx8JUvzDqtqo3qPNa8 eoUc69/EfF9cI+ Date: Thu, 13 Oct 2011 06:50:56 +0200 From: meino.cramer@gmx.de To: zsh-users@zsh.org Subject: ...missing one bash-feature Message-ID: <20111013045056.GC2859@solfire> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 Hi, there is one feature of the bash which I miss in zsh -- may be by not knowing it. Suppose in bash I do the following: bash> ls onefile.txt twofile.txt threefile.txt bash> rm _____ instead of '_____' I press instead ALT - 2 ALT . and get the 'last - 2' argument of the previous command, which is 'onefile.txt' Is there a way to mimic or simulate the same behaviour in zsh or is there a even better and even more intuitive way to do so? Thank you very much in advance for any help! Best regards, mcc