-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp.txt
47 lines (32 loc) · 919 Bytes
/
help.txt
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
help / h
shows this help message
read SECTOR / r SECTOR
reads data in sector SECTOR
write SECTOR / r SECTOR
writes to sector SECTOR
check SECTOR / c SECTOR
checks if SECTOR is busy/free/reserved/dir_entry or other
format / f
resets disk
new FILE_NAME [SRC_FILE] / n FILE_NAME [SRC_FILE]
create a new file titled FILE_NAME in the current working directory
cat FILE_NAME
print the content of file with title FILE_NAME
del FILE_NAME
delete a file
undel FILE_NAME
un-delete (attempt to recover) deleted file
mkdir DIR
create a new directory in the current working directory, with title DIR
chdir DIR / cd DIR
change the current working directory to DIR
pwd
print current working directory
list / ls
list the files and directories in current working directory
tree
print the filesytem as tree
info
print the details of file system
exit / q
exit