This commit is contained in:
2021-11-14 15:52:46 +08:00
parent 915c231124
commit 1e344dc204
112 changed files with 1039 additions and 1039 deletions

View File

@@ -7,7 +7,7 @@ tags: ["shell", "xargs"]
categories: ["shell"]
---
# 基本使用
## 基本使用
- 把标准输入转换成命令行参数,传递给 xargs 后的命令使用
```bash
echo 'one two three' | xargs mkdir