diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-10-09 20:56:48 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-10-09 20:56:48 +0300 |
commit | 855c582f5eecaab2cb5637a5157658f7cb71cc1d (patch) | |
tree | 736fe7d7480b7d7f81d7df7ab01bc703d2c6a359 /README.org | |
parent | 598e0522de924a50ea9c640955daab8512029eb4 (diff) | |
download | ck-855c582f5eecaab2cb5637a5157658f7cb71cc1d.tar.gz ck-855c582f5eecaab2cb5637a5157658f7cb71cc1d.tar.bz2 ck-855c582f5eecaab2cb5637a5157658f7cb71cc1d.zip |
Add grep to search aliases
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 |