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

Loops - The Linux Documentation Project

#!/bin/bash # list-glob.sh: Generating [list] in a for-loop, using "globbing" ... # Globbing = filename expansion. echo for file in * # ^ Bash performs filename expansion #+ on expressions that globbing recognizes. do ls -l "$file" # Lists all files in $P

www.tldp.org

網址安全性掃描由 google 提供