coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tee: Add -q, --quiet option to not write to stdout


From: Bernhard Voelker
Subject: Re: [PATCH] tee: Add -q, --quiet option to not write to stdout
Date: Thu, 21 Jan 2021 18:17:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

On 1/21/21 4:48 PM, Alejandro Colomar (man-pages) wrote:
> - cat, as Padraig pointer out doesn't have an option to append.
> - dd doesn't either (AFAIK).

yes, it has:

  dd oflag=append conv=notrunc of=SOMEFILE

> - dd is quite dangerous, and I would avoid it for simple tasks.

well, every tool which can overwrite something could be considered
dangerous then, right? ;-)

> - I read on stackexchange (I couldn't find the thread now)
>    that the dd performance was lower, but I don't remember well.

well, maybe you'd want to play with a larger blocksize?
  dd ... bs=1m iflag=fullblock

Have a nice day,
Berny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]