Use find /directory ! -name unwanted_target_file_pattern

Jordan
2017-11-16 10:04:23 -08:00
parent ebc81d6535
commit e920cf8f04

@@ -17,6 +17,4 @@ Matching non-alphanumeric characters with grep may require escaping. Typically
### Exceptions: ### Exceptions:
```sh None
ls /directory | grep -v unwanted_target_file_pattern
```