Software Knowledge

  1. Home
  2. Docs
  3. Software Knowledge
  4. LINUX
  5. Shell: Korn shell while loop issue with ssh command inside
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Shell: Korn shell while loop issue with ssh command inside

เวลาใช้ while loop แล้วมี ssh remote แบบ ไม่ต้องใส่ password ทำให้ while loop ทำคำสั่งครั้งเดียวแล้วหลุดเลย แก้ได้ดังนี้


cat /a.txt |while read a

do {

ssh host ls

} < /dev/null; done