Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Undoing mv foo.txt{,_}
- X-seq: zsh-users 21841
- From: Lawrence Velázquez <vq@xxxxxxxxx>
- To: René Wilhelm <rene.wilhelm@xxxxxxxxx>
- Subject: Re: Undoing mv foo.txt{,_}
- Date: Tue, 6 Sep 2016 13:17:39 -0400
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=larryv.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=MzB4pD+fV1Yxzwg9l4WBdLJfEKU=; b=NwvoTd y40a8emBQ2QooA5UQumJeLyaXIDE24IY0WwFT2EZ84kRPL1S/WZXD0BJmPnh726a x1klAMZmPGfJ1fiV7yGEqA3g51wASWUJMctx02ZWXBauJYPS4em1/KGQgKX/Fs0b 4GXL8+1AwOkSspxwovxn+D1nre9rfWA+gN4D8=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=MzB4pD+fV1Yxzwg 9l4WBdLJfEKU=; b=LYbzG4DDbuaXhhhca8PQpGfiyzopHa4en+9dmkMklLgJhfH L2P2kRQjG9XGkl92VjO/mgt0dTie5OthrU5bI4+XrplFbmjKgozlaBR5X98um5Ed fV2vES81LIzA4M+s3pIcRKECxiqPKx+7JzaKRiGqWF1beFr87m/YDwqkMcn8=
- In-reply-to: <CA+oFM6KxR2tZygyYzhZynsXzqHOroNc6WeG=QbTZPqTwra+-cw@mail.gmail.com>
- 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
- References: <CA+oFM6KxR2tZygyYzhZynsXzqHOroNc6WeG=QbTZPqTwra+-cw@mail.gmail.com>
> On Sep 6, 2016, at 1:04 PM, René Wilhelm <rene.wilhelm@xxxxxxxxx> wrote:
>
> For example, when I quickly want to add a suffix to a string/filename, I
> usually do
>
> mv file.txt{,_}
>
> What's a good way to move file.txt_ back to file.txt
mv file.txt{_,} ...?
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author