-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.txt
More file actions
56 lines (45 loc) · 1.69 KB
/
help.txt
File metadata and controls
56 lines (45 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Available Commands:
[mkfl] Create a new file
- Usage: mkfl <filename>
- Description: Creates a new empty file in the current directory.
- Example: mkfl myfile.txt
[rmfl] Delete a file
- Usage: rmfl <filename>
- Description: Deletes the specified file from the current directory.
- Example: rmfl myfile.txt
[rnfl] Rename a file
- Usage: rnfl <old_filename> <new_filename>
- Description: Renames the specified file in the current directory.
- Example: rnfl oldname.txt newname.txt
[mkdr] Create a new directory
- Usage: mkdr <directory_name>
- Description: Creates a new directory in the current location.
- Example: mkdr my_directory
[rmdr] Delete a directory
- Usage: rmdr <directory_name>
- Description: Deletes the specified directory if it is empty.
- Example: rmdr my_directory
[rndr] Rename a directory
- Usage: rndr <old_directory_name> <new_directory_name>
- Description: Renames the specified directory.
- Example: rndr old_dir new_dir
[ls] List files and directories
- Usage: ls
- Description: Displays all files and directories in the current location.
- Example: ls
[cd] Change directory
- Usage: cd <directory_name>
- Description: Changes the current directory to the specified directory.
- Example: cd my_directory
[pwd] Print current directory
- Usage: pwd
- Description: Displays the full path of the current directory.
- Example: pwd
[help] Display this help menu
- Usage: help
- Description: Displays this list of available commands with their descriptions.
- Example: help
[x] Exit the program
- Usage: x
- Description: Exits the file system program.
- Example: x