| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0"?>
- <Language name="Unix shell" ext="sh" CaseSensitive="true" >
- <Completion>
- <Include Attribute="Keyword"></Include>
- <Include Attribute="Langs"></Include>
- "awk '{}'"
- "awk -F. '{print $1}'"
- "case $x in
- 1)
 echo ""uno"" 
- ;;
- 2)
 echo ""dos"" 
- ;;
- *)
 echo ""otro"" 
- ;;
- esac"
- "cd .."
- "chmod 755" "chmod 777"
- "chown usuario directorio/archivo"
- "cp origen destino"
- "crontab -l"
- "crontab -l | grep "
- "date +%Y%m%d %H%M%S"
- "df -k"
- "df -k | grep "
- "du -k"
- "echo """""
- "for variable in $lista
do
done"
- "if [ expresíon ]; then
fi"
- "if [ expresíon ]; then
else
fi"
- "kill -9 "
- "ls -l"
- "mv origen destino"
- "nawk -F. ""{print $1}"""
- "passwd usuario"
- "ps -fu"
- "useradd usuario"
- "wc -l "
- "while [ exprsion ]; do 
done"
- </Completion>
- <Attribute name="Keyword" ForeCol="#00A000" Bold="true"></Attribute>
- <Attribute name="Langs" ForeCol="#FF00FF"></Attribute>
- <Attribute name="Awk" BackCol="#C8F7F7"></Attribute>
- <Identifiers CharsStart= "A..Za..z_$" Content = "A..Za..z0..9_">
- <Keyword>
- alias ar asa
- banner basename bash bc bdiff break bunzip2 bzip2
- cal calendar caller case cat cc cd chmod cksum clear cmp col comm command compress continue cp cpio crontab crypt csplit ctags cut
- date dc dd declare deroff dev df diff diff3 dircmp dirname do done du
- echo ed egrep elif else env esac eval ex exec exit expand export expr
- false fc fgrep fi file find fmt fold for function functions
- getconf getopt getopts grep gres
- halt hash head help history hostname
- iconv id if in integer
- jobs join kill local logout
- lc let line ln logname look ls
- m4 mail mailx make man mkdir more mt mv
- newgrp nl nm nohup ntps od
- pack paste patch pathchk pax pcat perl pg pr print printf ps pwd
- read readonly reboot red return rev rm rmdir
- sed select seq set sh shift size sleep sort spell split start strings strip stty sum suspend sync
- tail tar tee test then time times touch tr trap true tsort tty type typeset
- ulimit umask unalias uname uncompress unexpand uniq unpack unset until uudecode uuencode
- vdir vi vim
- wait wc whatis whence whereis which while who whoami
- xargs zcat
- </Keyword>
- <Langs>
- awk nawk
- </Langs>
- </Identifiers>
- <Token CharsStart="0..9" Content = '0..9' Attribute="NUMBER"> </Token>
- <String Start='"' End='"' Multiline="true"></String>
- <Token Start="'" End="'" Multiline = "true" Folding="true" Attribute="Awk"></Token>
- <Comment Start="#" ></Comment>
- <Block Start="{" End="}" Name="blk_llaves" BackCol="#F7F7C8" Parent="Main"></Block>
- <Block Start="if" End="fi" Name="blk_if" BackCol="transparent"></Block>
- <Block Start="do" End="done" Name="blk_do" BackCol="transparent"></Block>
- <Block Start="case" End="esac" Name="blk_ca" BackCol="transparent"></Block>
- </Language>
|