Shell 终端字符串换行2020-01-30 1 分钟阅读 LinuxShell Shell 终端字符串换行方法。1$ DATA=$'hello\nworld' 2$ echo $DATA 3hello 4world 打赏支付宝微信
评论