BBS: TELESC.NET.BR
Assunto: looking to just list "string" in gpg output
De: Aug
Data: Sun, 18 Jan 2026 05:46:33 +0300
-----------------------------------------------------------
Hi Maurice...
MK> Hej August!
MK> > H:/temp $ gpg > NUL -d ppp.txt 2> NUL2 ; grep \" NUL2
MK> If you have 'tee' handy then try this;
MK> H:/temp $ { gpg ppp.txt | tee NUL2; } &> NUL1 ; grep \" NUL2
MK> 'tee' will only output stdout to NUL2. Both stderr and stdout will get written to NUL1 which if you don't need it could be redirected to /dev/null or whatever your sh enviroment uses to represent the void.
MK> Het leven is goed,
MK> Maurice
MK> o- o- -o o- o- -o o- -o o- o- -o -o o- -o -o -o
MK> /) /) (\ /) /) (\ /) (\ /) /) (\ (\ /) (\ (\ (\
MK> ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^
MK> ... Hwt bi betst and wyrst? Ic e secge, mannes word.
MK> What is the best and the worst thing? I tell you, man's word.
No.. I want to parse stderr that gpg produces.
--
/|ug
https://t.me/aabolins
--- Want fido for iOS/MacOS/Android/Win/Linux? https://shrtco.de/tpJ9yV
* Origin: Fido by Telegram BBS from Stas Mishchenkov (2:460/256)
-----------------------------------------------------------
[Voltar]