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.
私はnetcatが初めてで、PCと同じようにビジーボックスで同じ行を使用しようとしています。
リダイレクト演算子を変更する方法を知りたいです。
nc -w 30 IP 3031 -e <<<"info"
これがエラーです
-sh: syntax error: redirection unexpected
<<< 好きじゃないと思うんだけど、何に変えたらいいの?
ところで、このスクリプトは、「情報」を送信することにより、取得した情報を画面にスローします