TSubShell: { ShellString: typeof shell.ShellString; cat: typeof shell.cat; chmod: typeof shell.chmod; cp: typeof shell.cp; find: typeof shell.find; grep: typeof shell.grep; head: typeof shell.head; ln: typeof shell.ln; ls: typeof shell.ls; mkdir: typeof shell.mkdir; mv: typeof shell.mv; rm: typeof shell.rm; sed: typeof shell.sed; tail: typeof shell.tail; test: typeof shell.test; which: typeof shell.which }

Type declaration

  • ShellString: typeof shell.ShellString
  • cat: typeof shell.cat
  • chmod: typeof shell.chmod
  • cp: typeof shell.cp
  • find: typeof shell.find
  • grep: typeof shell.grep
  • head: typeof shell.head
  • ln: typeof shell.ln
  • ls: typeof shell.ls
  • mkdir: typeof shell.mkdir
  • mv: typeof shell.mv
  • rm: typeof shell.rm
  • sed: typeof shell.sed
  • tail: typeof shell.tail
  • test: typeof shell.test
  • which: typeof shell.which