PHP
·
发表于 6年以前
·
阅读量:8516
#!/bin/bash
# basic for command
for test in Alabama Alaska Arizona
do
echo The next state is $test
done