FG
šŸ’» Software

Getting back to "stdin" after redirecting a file to a particular program

Fresh7 days ago
Mar 15, 20262701 views
Confidence Score0%
0%

Problem

I need to achieve a particular effect using 's redirection facilities. I know that I can redirect a file to some program's standard input: The thing is, I'd like to know can I regain control of this program's input after the file content's have been passed to it. In other words, I'd like to run a c…

Error Output

[user@host]$ application < file.txt

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Getting back to "stdin" after redirecting a file to a particular program

Low Risk

can do this easily enough. Note that this won't fool the application into thinking that it's actually connected to a terminal; you'll need for that.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment