Autosave: 2022-12-15 07:30:05
This commit is contained in:
parent
62cbdbbc04
commit
db911c7f85
2 changed files with 12 additions and 4 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"elif"
|
||||||
|
]
|
||||||
|
}
|
|
@ -84,12 +84,15 @@ $ find -not -name "*.js" -type f
|
||||||
./app/style.css
|
./app/style.css
|
||||||
./dist/index.html
|
./dist/index.html
|
||||||
./dist/style.c
|
./dist/style.c
|
||||||
|
|
||||||
|
|
||||||
dfdf
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Actions
|
Applied to a directory:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
find . -type -f -not -path "./.git/"
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run programs against results
|
||||||
|
|
||||||
Using the `exec` keyword we can run a program against the files that are returned from `find`.
|
Using the `exec` keyword we can run a program against the files that are returned from `find`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue