Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.15 KB

File metadata and controls

37 lines (23 loc) · 1.15 KB

FileManager

An amazing tool that can prove itself to be quite useful!

#Available commands are:

list, info, mkdir, rename, copy, move, delete, and quit!

##list ####is a function that is used to display all contents of a specified directory.

##info ####is a function that helps to display the properties of a file or directory.

##mkdir ####is a function used to create a new empty directory whose name is define by path. I like to think of mkdir as create a new folder.

##rename ####is a function used to change the designated name of a file or folder.

copy

####is a function used to make a duplicate of a file or folder to the printer or to the terminal.

##move ####is a function used to change where a file or directory is located. For example, moving a file from documents to desktop.

ProTip: Copy and Move are in the same category because copying performs the same task as moving but also leaves the file selected in the original destination.

##delete ####is a function that helps you to remove an unwanted file or directory.

##quit ####exits the command line processor interactive input mode and returns to the operating system command prompt.