Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Long running tar command
- X-seq: zsh-users 30081
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Long running tar command
- Date: Sat, 28 Sep 2024 13:29:00 +0200
- Archived-at: <https://zsh.org/users/30081>
- In-reply-to: <ZvfL5FQfj1P1LXoz@localhost>
- List-id: <zsh-users.zsh.org>
- References: <ZvdMJAkImbQ6Ziaj@localhost> <CAH+w=7aewUu_EykGngDqoe-LEyrbcKqDF5nV6urhgo9f6-k3Lg@mail.gmail.com> <ZvfL5FQfj1P1LXoz@localhost>
On Sat, Sep 28, 2024 at 11:53 AM Dominik Vogt <dominik.vogt@xxxxxx> wrote:
>
> A litte more tweaking is necessary to make
> sure "dest.tar" already exists when tail is executed:
>
> tar -c ... -f dest.tar ... & sleep 1; tail ...
Note this line in Bart's code:
: assure dest.tar exists and is empty >! dest.tar
This is code, not a comment, and it is necessary for the following
commands to work.
Roman
Messages sorted by:
Reverse Date,
Date,
Thread,
Author