|
|
|
|
|
by tlrobinson
3222 days ago
|
|
Would it be possible to write a "confirm" tool that writes stdin to stderr then waits for the user to press enter before writing to stdout? curl ... | confirm | apt-key ...
Of course there's no such thing as a stderr input stream, so I'm not sure this would even be possible. |
|