File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 33 "regexpLeft" : " (?P<body>.*?)(?P<path>~{0,1}([A-Za-z_\\ -.]*/)*)\\ *\\ *$" ,
44 "cmdGroups" : [
55 {
6- "tag" : " " ,
76 "stmt" : " bfind <path>" ,
87 "after" : " awk '{print $0}'"
98 }
1514 "regexpLeft" : " ^(?P<num>[1-9][0-9]*).for$" ,
1615 "cmdGroups" : [
1716 {
18- "tag" : " " ,
1917 "stmt" : " echo ''" ,
2018 "after" : " awk '{print $0}'"
2119 }
2725 "regexpLeft" : " (?P<cmd>.+)\\ .for$" ,
2826 "cmdGroups" : [
2927 {
30- "tag" : " " ,
3128 "stmt" : " echo ''" ,
3229 "after" : " awk '{print $0}'"
3330 }
3936 "regexpLeft" : " ^(?P<body>.*?)(?P<path>~{0,1}([A-Za-z_\\ -.]*/)+)(?P<query>[A-Za-z_\\ -.]*)$" ,
4037 "cmdGroups" : [
4138 {
42- "tag" : " " ,
4339 "stmt" : " command ls -AF -1 <path>" ,
4440 "after" : " awk '{print $0}'"
4541 }
5248 "regexpLeft" : " ^(?P<body>.*?) (?P<query>[A-Za-z_\\ -.]*)$" ,
5349 "cmdGroups" : [
5450 {
55- "tag" : " " ,
5651 "stmt" : " command ls -AF -1" ,
5752 "after" : " awk '{print $0}'"
5853 }
You can’t perform that action at this time.
0 commit comments