From e920cf8f04dbb74556b73be17370743b892b9f73 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 16 Nov 2017 10:04:23 -0800 Subject: [PATCH] Use `find /directory ! -name unwanted_target_file_pattern` --- SC2010.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SC2010.md b/SC2010.md index 84fa35f..e301349 100644 --- a/SC2010.md +++ b/SC2010.md @@ -17,6 +17,4 @@ Matching non-alphanumeric characters with grep may require escaping. Typically ### Exceptions: -```sh -ls /directory | grep -v unwanted_target_file_pattern -``` \ No newline at end of file +None \ No newline at end of file