FG

Is backwards redirection the same as a pipe?

Fresh3 days ago
Mar 15, 20265389 views
Confidence Score0%
0%

Problem

In Linux if you type is that the same thing as

Error Output

sort < txtfile

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is backwards redirection the same as a pipe?

Low Risk

To your title question: No. Getting from file contents (input redirection) is not the same as piping one program's output to another program's input. But, as your actually just prints a file's contents, the result is effectively the same in that exa…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment