NAME scripting - a quick overview of the scripting DESCRIPTION Any commands that can be entered by the CLI may also be entered using a script, which is a file residing on an accesible file system. If a file is referenced as the only name on the command line, it will be interpreted as a file containing IOS.sh commands. The file can reside on remote or local file systems. There are no real caveats for script execution, other than the same issues that might be expected for any IOS.sh CLI execution. There is no editor on the system, and so script files must be edited on an external system, and then copied to the system or to the file server they will be executed from.