您可以将基于单词的迭代替换为基于行的迭代:
find . -iname "foo*" | while read fdo # ... loop bodydone
上一篇 如何在Spring管理的MySQL JDBC连接上设置useUnicode = true和characterEncoding = utf8属性
下一篇 请求方法'GET'不支持Spring MVC
版权所有 (c)2021-2022 MSHXW.COM
ICP备案号:晋ICP备2021003244-6号