Windows下编写的yaml到Linux下有\n\t处理

sed -i -E 's/[[:space:]]+$//g' nginx.conf
266 sed -i 's/\t/ /g' nginx.conf

posted @ 2022-10-11 15:18  guoxin0126  阅读(34)  评论(0)    收藏  举报