Linux基础——tr指令
摘要:
一、tr概述 tr用于对文本进行字符基本转换或删除 二、tr范例 # 将多个空格转换为一个[root@harbor ~]# echo "a b c 1 2" > test.txt [root@harbor ~]# cat test.txt a b c 1 2 [root@harbor ~]# cat 阅读全文
posted @ 2025-04-07 16:03 gkhost 阅读(41) 评论(0) 推荐(0)
posted @ 2025-04-07 16:03 gkhost 阅读(41) 评论(0) 推荐(0)