Просмотр исходного кода

Update README.md

Added the absolute path format to `find` command
pull/72/head
Sagar Kar 5 лет назад
committed by GitHub
Родитель
Сommit
6333086f2d
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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))


Загрузка…
Отмена
Сохранить