"Key up" | Scroll up the Terminal |
---|---|
"Key down" | Scroll down the Terminal |
"Key left" | Move the cursor to the left |
"Key right" | Move the cursor to the right |
"Page up" | Last command |
"Page down" | Before last command |
"F1" | Paste |
"F2" | Cursor moves to the beginning of the line |
"F3" | Cursor moves to the end of the line |
"F4" | Get a empty line |
- [...] -> optional
- "exit" -> stop Terminal from working.
- "clear" -> clear all command lines which is displayed on Terminal.
- "ls" -> List all the folders and the files at current working directory.
- "pwd" -> Print the current working directory.
- "cd new_working_directory" -> Change current working directory to new_working_directory.
- "move file_name/folder_name new_place" -> move the file or the folder to new_place.
- "rename file_name/folder_name new_name" -> rename the file or the folder to new_name.
- "rmf file_name" -> remove file file_name.
- "rmdir folder_name" -> remove folder folder_name.
- "mkf file_name" -> create file file_name.
- "mkdir folder_name" -> create folder folder_name.
- "get content file_name" -> get content of the file_name.
- "checkpath path" -> check whether path valid or not.
- "checkdir folder_name" -> check whether folder folder_name exist or not.
- "checkf file_name" -> check whether file file_name exist or not.
- "zip ls file_zip" -> get the list in file_zip.
- "zip getfilesize item file_zip" -> get file size of item in file_zip.
- "zip getcomsize item file_zip" -> get compress size of item in file_zip.
- "zip file/folder_name file_zip" -> create a zip file from file/folder_name.
- "unzipall file_zip [path]" -> extract all file in file_zip into the path.
- "unzip item file_zip [path] - > extract item in the file zip into the path.