Cisco handles several commands for the local file system
The commands here are somewhat similar to some of the commands under Windows
Dir: Browse the list of files or directories in the current or specified directory
CD: Enter the specified directory or return to the specified directory. Represents a previous level directory
mkdir: Create folder Directory
RmDir: Delete folder directory (must be an empty directory)
Delete: Deletes the specified individual file, when you need to delete multiple files, you can use wildcards or * numbers, if you use force Delete, do not prompt for confirmation, then use parameter/force, if you delete all files in directory and directory, use parameter/recursive.
This article is from the "brave" blog, make sure to keep this source http://brave8898.blog.51cto.com/289041/1984162
Cisco handles several commands for the local file system