瀏覽代碼

Update README.md

Added the absolute path format to `find` command
pull/72/head
Sagar Kar 5 年之前
committed by GitHub
父節點
當前提交
6333086f2d
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      README.md

+ 6
- 0
README.md 查看文件

@@ -1276,6 +1276,12 @@ find . -type f -exec stat --format '%Y :%y %n' "{}" \; | sort -nr | cut -d: -f2-
find . -not -path '*/\.git*' -type f -print0 | xargs -0 sed -i 's/foo/bar/g'
```

###### find with the absolute path shown and may be grep for something

```bash
find $(pwd) | grep -i myfile
```

___

##### Tool: [top](https://en.wikipedia.org/wiki/Top_(software))


Loading…
取消
儲存