标签:style http color 使用 sp on 文件 bs ad
< 文件 #here files
<< 多行字串 #here documents
<<< 单行字串 #here strings
大约可以先这么理解
尤其是在一下情况使用:
while read A ; do ……done<<<"here strings" 以及
cut -d " " -f 2 <<< "3 4 5"
参考链接 http://www.tldp.org/LDP/abs/html/x17837.html
here strings,here documents and here files
标签:style http color 使用 sp on 文件 bs ad
原文地址:http://www.cnblogs.com/mycats/p/4168307.html