ls | grep Camp | xargs cat > CampCombine
一会儿硬盘就炸了。。
1
Lax Nov 13, 2018
这方法看起来有点儿靠谱啊!
|
2
bef0rewind Nov 13, 2018
` ls |grep out| xargs cat > outcombine`
会提示: `cat: outcombine: input file is output file` Ubuntu 16.04 |
3
xi_lin OP @bef0rewind 我是在 mac 下跑的,看来还不一样
|
4
bef0rewind Nov 13, 2018
|
5
xi_lin OP @bef0rewind 赞!我才反应过来你的 id 哈哈
|