diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -239,7 +239,7 @@ Usage: #+END_SRC *** search -or s or -s +or grep or s or -s Perform infile grep in all the configurations ck keeps track of. @@ -252,11 +252,11 @@ Usage: # search for parenthesis $ ck search \( # search term with spaces - $ ck search "This is a space" + $ ck grep "This is a space" # both - $ ck search "(add 2 4)" + $ ck s "(add 2 4)" # and a normal one - $ ck search alias + $ ck -s alias #+END_SRC If you want to use more advanced grep techniques or even |