Error implementations: - `cat < >` (Works but with wrong error message) - `cat < <` (Works but with wrong error message) - `cat > >` (Works but with wrong error message) --- Error exit codes 127, and 126 in right places.
Error implementations:
cat < >(Works but with wrong error message)cat < <(Works but with wrong error message)cat > >(Works but with wrong error message)Error exit codes 127, and 126 in right places.