shell中的for循环用法详解
for 命令: for i in 的各种用法 :for i in “file1” “file2” “file3” for i in /boot/* for i in /etc/*.conffor i in $(seq -w 10) –》等宽的01-10for i in {1..10}for i in $( ls )for I in $(< file) for i