husk-exec
Version:
Transform a process to a stream.
167 lines (165 loc) • 3.09 kB
JavaScript
var alias = {
'admin': 'admin',
'alias': 'alias',
'ar': 'ar',
'asa': 'asa',
'at': 'at',
'awk': 'awk',
'basename': 'basename',
'batch': 'batch',
'bc': 'bc',
'bg': 'bg',
'cc/c99': 'cc/c99',
'cal': 'cal',
'cat': 'cat',
//'cd': 'cd',
'cflow': 'cflow',
'chgrp': 'chgrp',
'chmod': 'chmod',
'chown': 'chown',
'cksum': 'cksum',
'cmp': 'cmp',
'comm': 'comm',
'command': 'command',
'compress': 'compress',
'cp': 'cp',
'crontab': 'crontab',
'csplit': 'csplit',
'ctags': 'ctags',
'cut': 'cut',
'cxref': 'cxref',
'date': 'date',
'dd': 'dd',
'delta': 'delta',
'df': 'df',
'diff': 'diff',
'dirname': 'dirname',
'du': 'du',
'echo': 'echo',
'ed': 'ed',
'env': 'env',
'ex': 'ex',
'expand': 'expand',
'expr': 'expr',
'false': 'false',
'fc': 'fc',
'fg': 'fg',
'file': 'file',
'find': 'find',
'fold': 'fold',
'fort77': 'fort77',
'fuser': 'fuser',
'gencat': 'gencat',
// conflicts with http get() method
//'get': 'get',
'getconf': 'getconf',
'getopts': 'getopts',
'grep': 'grep',
'hash': 'hash',
'head': 'head',
'iconv': 'iconv',
'id': 'id',
'ipcrm': 'ipcrm',
'ipcs': 'ipcs',
'jobs': 'jobs',
'join': 'join',
'kill': 'kill',
'lex': 'lex',
'link': 'link',
'ln': 'ln',
'locale': 'locale',
'localedef': 'localedef',
'logger': 'logger',
'logname': 'logname',
'lp': 'lp',
'ls': 'ls',
'm4': 'm4',
'mailx': 'mailx',
'make': 'make',
'man': 'man',
'mesg': 'mesg',
'mkdir': 'mkdir',
'mkfifo': 'mkfifo',
'more': 'more',
'mv': 'mv',
'newgrp': 'newgrp',
'nice': 'nice',
'nl': 'nl',
'nm': 'nm',
'nohup': 'nohup',
'od': 'od',
'paste': 'paste',
'patch': 'patch',
'pathchk': 'pathchk',
'pax': 'pax',
'pr': 'pr',
'printf': 'printf',
'prs': 'prs',
'ps': 'ps',
'pwd': 'pwd',
'qalter': 'qalter',
'qdel': 'qdel',
'qhold': 'qhold',
'qmove': 'qmove',
'qmsg': 'qmsg',
'qrerun': 'qrerun',
'qrls': 'qrls',
'qselect': 'qselect',
'qsig': 'qsig',
'qstat': 'qstat',
'qsub': 'qsub',
'read': 'read',
'renice': 'renice',
'rm': 'rm',
'rmdel': 'rmdel',
'rmdir': 'rmdir',
'sact': 'sact',
'sccs': 'sccs',
'sed': 'sed',
'sh': 'sh',
'sleep': 'sleep',
'sort': 'sort',
'split': 'split',
'strings': 'strings',
'strip': 'strip',
'stty': 'stty',
'tabs': 'tabs',
'tail': 'tail',
'talk': 'talk',
'tee': 'tee',
'test': 'test',
'time': 'time',
'touch': 'touch',
'tput': 'tput',
'tr': 'tr',
'true': 'true',
'tsort': 'tsort',
'tty': 'tty',
'type': 'type',
'ulimit': 'ulimit',
'umask': 'umask',
'unalias': 'unalias',
'uname': 'uname',
'uncompress': 'uncompress',
'unexpand': 'unexpand',
'unget': 'unget',
'uniq': 'uniq',
'unlink': 'unlink',
'uucp': 'uucp',
'uudecode': 'uudecode',
'uuencode': 'uuencode',
'uustat': 'uustat',
'uux': 'uux',
'val': 'val',
'vi': 'vi',
'wait': 'wait',
'wc': 'wc',
'what': 'what',
'who': 'who',
'whoami': 'whoami',
'write': 'write',
'xargs': 'xargs',
'yacc': 'yacc',
'zcat': 'zcat'
}
module.exports = alias;