mirror of
https://github.com/vee1e/Cryptonite-Taskphase.git
synced 2026-09-01 19:17:14 +00:00
Add !
This commit is contained in:
parent
3d48361497
commit
0f95e0cefd
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ The arguments are as follows
|
|||
- `.` indicates that we want `find` to search in the current directory.
|
||||
- `-type f` is to make it so the only results we see are of files `f`. If we wanted to find only directories, we would use `-type d` instead.
|
||||
- `-size 1033c` filters the results to files that are only 1033 (`1033`) bytes (`c`) large.
|
||||
- `! -executable` is a negation of the `-executable` argument, i.e. *"only show files that are \*not\* executable"*
|
||||
- `! -executable` is a negation of the `-executable` argument, i.e. *"only show files that are \*not\* (`!`) executable"*
|
||||
|
||||
The results of the command are as follows.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue