File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
return result ;
24
24
}
25
25
var keywords = 'if fi then elif else for do done until while break continue case esac function return in eq ne ge le' ;
26
- var commands = 'alias apropos awk basename base64 bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot' +
26
+ var commands = 'alias apropos awk basename base64 bash bc bg builtin bunzip2 bzcat bzip2 bzip2recover cal cat cd cfdisk chgrp chmod chown chroot' +
27
27
'cksum clear cmp comm command cp cron crontab crypt csplit cut date dc dd ddrescue declare df ' +
28
28
'diff diff3 dig dir dircolors dirname dirs du echo egrep eject enable env ethtool eval ' +
29
29
'exec exit expand export expr false fdformat fdisk fg fgrep file find fmt fold format ' +
30
- 'free fsck ftp gawk gcc gdb getconf getopts grep groups gzip hash head history hostname id ifconfig ' +
30
+ 'free fsck ftp gawk gcc gdb getconf getopts grep groups gunzip gzcat gzip hash head history hostname id ifconfig ' +
31
31
'import install join kill less let ln local locate logname logout look lpc lpr lprint ' +
32
32
'lprintd lprintq lprm ls lsof make man mkdir mkfifo mkisofs mknod more mount mtools ' +
33
33
'mv nasm nc ndisasm netstat nice nl nohup nslookup objdump od open op passwd paste pathchk ping popd pr printcap ' +
36
36
'sleep sort source split ssh strace strings su sudo sum symlink sync tail tar tee test time ' +
37
37
'times touch top traceroute trap tr true tsort tty type ulimit umask umount unalias ' +
38
38
'uname unexpand uniq units unset unshar useradd usermod users uuencode uudecode v vdir ' +
39
- 'vi watch wc whereis which who whoami Wget xargs xxd yes chsh'
39
+ 'vi watch wc whereis which who whoami Wget xargs xxd yes chsh zcat '
40
40
;
41
41
42
42
this . regexList = [
You can’t perform that action at this time.
0 commit comments