Commit Graph

12 Commits

Author SHA1 Message Date
stilez 896778cead
Grep fixes and minor improvements 2019-11-05 17:56:20 +00:00
stilez 04b0c62bf9
basic regex's to use \+
Maybe BRE aren't as basic as they sound. But I'm sure `man grep` didn't list the extra syntax of "preceded by backslash" :)  So let's use it
2019-11-04 19:05:44 +00:00
stilez 63a779baa8
remove unnecessary \ 2019-11-04 18:44:14 +00:00
stilez 2d1a776db7
Replace egrep -> basic regex grep
(( ... isn't it annoying that basic regex has * but not + ..... ))
2019-11-04 18:40:12 +00:00
stilez 343d7df57c
shellcheck directive 2019-10-30 22:11:16 +00:00
stilez a32b95544b
[[:space:]] -> " " 2019-10-30 17:06:03 +00:00
stilez 2422e0b481
grep -E and sed -E 2019-10-30 17:01:06 +00:00
stilez 3441bd0e7c
improve _err message and remove a dubious _debug message. 2019-10-30 10:22:04 +00:00
stilez 05ced9fbc4
edit a comment 2019-10-30 09:53:40 +00:00
stilez b7c3df455e
travis fix 2019-10-30 09:38:03 +00:00
stilez d7affad059
various small improves 2019-10-29 10:30:00 +00:00
stilez bc291141b1
fix filename 2019-10-27 16:58:22 +00:00