摘要: [root@localhost demo]# cat demo1.txt 1 2 3 4 5 6 7 8 9 10 11 [root@localhost demo]# xargs < demo1.txt 1 2 3 4 5 6 7 8 9 10 11 [root@localhost demo]# x 阅读全文
posted @ 2025-01-07 22:22 鲁班大师智商二百五 阅读(9) 评论(0) 推荐(0)
摘要: [root@localhost ~]# find /demo -maxdepth 1 -name "*.txt" /demo/aaa.txt /demo/bbb.txt /demo/c.txt /demo/alex.txt /demo/sort.txt /demo/sort1.txt /demo/i 阅读全文
posted @ 2025-01-07 22:08 鲁班大师智商二百五 阅读(18) 评论(0) 推荐(0)
摘要: [root@localhost demo]# w 08:59:43 up 11 min, 1 user, load average: 0.00, 0.01, 0.01 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT root pts/0 192.168.0.105 阅读全文
posted @ 2025-01-07 09:09 鲁班大师智商二百五 阅读(13) 评论(0) 推荐(0)
摘要: [root@localhost demo]# cat luffy.txt 10.0.0.1 10.0.0.1 10.0.0.51 10.0.0.51 10.0.0.1 10.0.0.1 10.0.0.51 10.0.0.31 10.0.0.51 10.0.0.12 10.0.0.5 10.0.0.5 阅读全文
posted @ 2025-01-07 08:57 鲁班大师智商二百五 阅读(5) 评论(0) 推荐(0)