Problem:
If you want to separate a string the contain the wildcard such as start *, in the bach it will display it
Method:
a. Use the quote. echo "*.sh"
b. use the set -f operator: (set -f; echo *.sh; set +f)
2014年3月20日 星期四
訂閱:
文章 (Atom)