Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Undoing mv foo.txt{,_}
- X-seq: zsh-users 21842
- From: René Wilhelm <rene.wilhelm@xxxxxxxxx>
- To: Lawrence Velázquez <vq@xxxxxxxxx>
- Subject: Re: Undoing mv foo.txt{,_}
- Date: Tue, 6 Sep 2016 19:32:27 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=nD6s4IOgqJ82FgrPywSFyGvFeyOB5w3rrt1PZYJDpoc=; b=RrNavipxktUtua2aNqnq24pgo5mzBqahs0c/Ek7tEFHoJd7P6UP/rOmp0zZnE1yO0J KHYU/NfdghJiFsM2LbHbS/6TNsr+kt6o99E1uhSnVfOHXHuWuXEhwrobtlNPSS42WMLf xLx1ko4EUP/gdd77aCFf6IpZg4Gh2f7q0Y/pC39MqnI6PfUzp1RzL1MY5HbZjWYMO14P HmWHP0j3cOSNqHJ5q1TLLGsKhDu0AAheXZwcclVurm8azLa7OVMrrZyj1GxFbPiAZ0mR yIMyMGMdSlzkufjwv22e577LZAu6d4lcwwekj+TgwgfmpsXQkUWxkgVpm0Y4Ecruqugv p6+A==
- In-reply-to: <E0499B42-027F-428F-88AD-66C0BC281AB0@larryv.me>
- 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> <E0499B42-027F-428F-88AD-66C0BC281AB0@larryv.me>
That's it! So obvious, thank you.
On 6 September 2016 at 19:17, Lawrence Velázquez <vq@xxxxxxxxx> wrote:
> > 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