001、
root@DESKTOP-IDT9S0E:/home/test# ls a.txt b.csv c.ped xx root@DESKTOP-IDT9S0E:/home/test# cat a.txt 1 2 3 4 5 6 7 8 9 10 root@DESKTOP-IDT9S0E:/home/test# echo a.txt | cat a.txt root@DESKTOP-IDT9S0E:/home/test# echo a.txt | xargs cat ## 增加 xargs选项 1 2 3 4 5 6 7 8 9 10
标签:xargs,IDT9S0E,DESKTOP,命令,linux,test,home,txt From: https://www.cnblogs.com/liujiaxin2018/p/17392765.html