瀏覽代碼

new one-liner for 'diff'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/95/head
trimstray 4 年之前
父節點
當前提交
ecf087c7b8
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      README.md

+ 6
- 0
README.md 查看文件

@@ -1822,6 +1822,12 @@ ___
diff <(cd directory1 && find | sort) <(cd directory2 && find | sort)
```

###### Compare output of two commands

```bash
diff <(cat /etc/passwd) <(cut -f2 /etc/passwd)
```

___

##### Tool: [tail](https://en.wikipedia.org/wiki/Tail_(Unix))


Loading…
取消
儲存