經安全檢測,此網站為安全網站,請放心前往原始網址!

Fawad Nazir @ Random Useful Notes: Command line for and while loop.. Shell Linux

Command line for and while loop.. Shell Linux Command line while loop: $while [ 1 ]; do traceroute www.slac.stanford.edu; done; Command line for loop: $for x in 1 2 3; do ls -l; done Enjoy :) Posted by Fawad Nazir at 2:00 pm Labels: linux, shell scripting

randomusefulnotes.blogspot.com

網址安全性掃描由 google 提供