Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
入力を返すだけの UNIX シェル プログラムは何ですか?
例えば
> echo "test" | $pass > test # output
使用できますcat。
cat
catコマンド ライン引数を指定せずに when を使用します。標準入力を標準出力にコピーするだけです。
cat.
tacの逆を行うものもありcatます。
tac