commands.js 282 B

1234567891011121314151617181920212223242526272829
  1. module.exports = [
  2. 'cat',
  3. 'cd',
  4. 'chmod',
  5. 'cp',
  6. 'dirs',
  7. 'echo',
  8. 'exec',
  9. 'find',
  10. 'grep',
  11. 'head',
  12. 'ln',
  13. 'ls',
  14. 'mkdir',
  15. 'mv',
  16. 'pwd',
  17. 'rm',
  18. 'sed',
  19. 'set',
  20. 'sort',
  21. 'tail',
  22. 'tempdir',
  23. 'test',
  24. 'to',
  25. 'toEnd',
  26. 'touch',
  27. 'uniq',
  28. 'which',
  29. ];