读取里表中复杂的值

5年以前  |  阅读数:488 次  |  编程语言:Shell 
#!/bin/bash

# another example of how not to use the for command

for test in I don't know if this'll work
do 
    echo "word:$test"
done

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8