From b87a8910e210ae189f699e3f0a7103abe5623b79 Mon Sep 17 00:00:00 2001 From: gnarlycharlie4 Date: Mon, 10 Aug 2015 10:16:29 -0700 Subject: [PATCH] Update search_and_replace_files.rst How to combine wild cards and directories took a lot of trial and error for me, so this should make it a bit easier for people --- source/search_and_replace/search_and_replace_files.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/search_and_replace/search_and_replace_files.rst b/source/search_and_replace/search_and_replace_files.rst index c6f0939..04dd935 100644 --- a/source/search_and_replace/search_and_replace_files.rst +++ b/source/search_and_replace/search_and_replace_files.rst @@ -28,6 +28,7 @@ You can define scopes in several ways: * Adding individual directories (Unix-style paths, even on Windows) * Adding/excluding files based on wildcards +* Adding directories with wildcards ``path/to/dir/*.python`` * Adding symbolic locations (````, ````...) It is also possible to combine these filters using commas; for example: