Skip to content

The copy Command

Copy a script to another location.

msh copy <original-script> <new-script>

Arguments

  • original-script: The name of the script to copy.
  • new-script: The name of the new script.

Example

shell
$ msh copy npi npi-copy
Script 'npi' copied to '/home/user/.myshell/web-collection/bin/npi-copy'