LoginSignup
2
1

More than 5 years have passed since last update.

wscatでファイルの中身の文字列をサーバに送り付けるには

Last updated at Posted at 2019-02-10

-x, --execute <command>の引数にcatなどで出力すればよい。

$ wscat ws://localhost --execute $(cat ./file)

また、-w, --wait <seconds> で文字列を送り付けてから切断するまでの待ち時間を調整できる。

バージョン2.2.1で動作確認。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1