Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Long running tar command



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