On Tue, Sep 26, 2017 at 02:59:30PM +0000, Alfred Morgan wrote:
> Of course I can cat > a/b/myfile && chown me a/b/myfile && chgrp me
> a/b/myfile && chmod 0440 a/b/myfile but I know there is a stock command
> that fits the bill (install) but then I find to my disappointment that
> install can't accept stdin. What a let down and it feels anti-unix to me.
Please read the very last line of the DESCRIPTION section of
install(1) and then use install(1) followed by cat(1).
There's no point in adding features to install(1).
Ciao,
Kili