摘要: Shell 格式化输出 题目 我们有一个文件nowcoder.txt,里面的每一行都是一个数字串,假设数字串为“123456789”,那么我们要输出为123,456,789。 假设nowcoder.txt内容如下 1 12 123 1234 123456 那么你的脚本输出如下 1 12 123 1, 阅读全文
posted @ 2021-12-12 17:43 rananie 阅读(715) 评论(0) 推荐(0)