标签:col scripting The script loop while bin rip span
#!/bin/bash for item in * do if [ -f $item ] then echo $item fi done
for
do
done
if
then
(elif...then...)
(else)
fi
[Bash Scripting LOOP]for, while. until
标签:col scripting The script loop while bin rip span
原文地址:https://www.cnblogs.com/profesor/p/12953256.html