1234567891011121314151617181920212223242526272829 |
- module.exports = [
- 'cat',
- 'cd',
- 'chmod',
- 'cp',
- 'dirs',
- 'echo',
- 'exec',
- 'find',
- 'grep',
- 'head',
- 'ln',
- 'ls',
- 'mkdir',
- 'mv',
- 'pwd',
- 'rm',
- 'sed',
- 'set',
- 'sort',
- 'tail',
- 'tempdir',
- 'test',
- 'to',
- 'toEnd',
- 'touch',
- 'uniq',
- 'which',
- ];
|