shell讀取文件(保留原格式)

IFS=''
while read line
do
  echo ${line}
done < ./config.yaml
相關文章
相關標籤/搜索