diff options
Diffstat (limited to 'ShiftOS-TheRevival/Resources')
7 files changed, 24 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/cd.txt b/ShiftOS-TheRevival/Resources/man Manuals/cd.txt new file mode 100644 index 0000000..daa7fb1 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/cd.txt @@ -0,0 +1,3 @@ + Changes directory to a selected one + + [DIRECTORY] Name of directory you want to enter
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/color.txt b/ShiftOS-TheRevival/Resources/man Manuals/color.txt new file mode 100644 index 0000000..03de49f --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/color.txt @@ -0,0 +1,6 @@ +Changes Background and Foreground color to a specific two Hexadecimal value + +[BG] Color for Terminal Background +[FG] Color for Terminal Foreground such as text + +example: color 02
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/colors.txt b/ShiftOS-TheRevival/Resources/man Manuals/colors.txt new file mode 100644 index 0000000..045e4f1 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/colors.txt @@ -0,0 +1 @@ +Display available colors for ShiftOS
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/dir.txt b/ShiftOS-TheRevival/Resources/man Manuals/dir.txt new file mode 100644 index 0000000..feb0665 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/dir.txt @@ -0,0 +1,3 @@ +Displays all subdirectories and files that are in the current directory + +example: dir
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/mkdir.txt b/ShiftOS-TheRevival/Resources/man Manuals/mkdir.txt new file mode 100644 index 0000000..f2c2322 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/mkdir.txt @@ -0,0 +1,3 @@ +Creating a directory + +[DIRECTORY] Any directory you want to create
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/pwd.txt b/ShiftOS-TheRevival/Resources/man Manuals/pwd.txt new file mode 100644 index 0000000..1fb1006 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/pwd.txt @@ -0,0 +1,3 @@ +Display any current directory navigated on ShiftOS + +example: pwd
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/rmdir.txt b/ShiftOS-TheRevival/Resources/man Manuals/rmdir.txt new file mode 100644 index 0000000..f27511a --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/rmdir.txt @@ -0,0 +1,5 @@ +Deleting a directory if there is no file present + +[DIRECTORY] Any directory you want to remove + +example: rmdir Windows
\ No newline at end of file |
