aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Resources
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-09 07:02:59 +0700
committerEverythingWindows <[email protected]>2022-11-09 07:02:59 +0700
commite2051f44b828b2347be216931377817efb2648d7 (patch)
tree3d33d901c9a2718dc65b08038b85e427734749ad /ShiftOS-TheRevival/Resources
parent680d108f072a4505ba6e2148d619bc8b6de6ad84 (diff)
downloadshiftos-therevival-old-e2051f44b828b2347be216931377817efb2648d7.tar.gz
shiftos-therevival-old-e2051f44b828b2347be216931377817efb2648d7.tar.bz2
shiftos-therevival-old-e2051f44b828b2347be216931377817efb2648d7.zip
syncing man command
Diffstat (limited to 'ShiftOS-TheRevival/Resources')
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/cowsay.txt5
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/del.txt5
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/hostname.txt5
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/textpad.txt8
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/time.txt3
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/username.txt5
6 files changed, 31 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/cowsay.txt b/ShiftOS-TheRevival/Resources/man Manuals/cowsay.txt
new file mode 100644
index 0000000..976371d
--- /dev/null
+++ b/ShiftOS-TheRevival/Resources/man Manuals/cowsay.txt
@@ -0,0 +1,5 @@
+Spawns a cow into the terminal and making it saying anything you typed in the terminal
+
+[STRING] Words or sentences you want to say
+
+example: cowsay ShiftOS is cool \ No newline at end of file
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/del.txt b/ShiftOS-TheRevival/Resources/man Manuals/del.txt
new file mode 100644
index 0000000..0757988
--- /dev/null
+++ b/ShiftOS-TheRevival/Resources/man Manuals/del.txt
@@ -0,0 +1,5 @@
+Delete a file in the current directory
+
+[FILENAME.EXT] Filename you want to remove
+
+example: del junk.exe \ No newline at end of file
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/hostname.txt b/ShiftOS-TheRevival/Resources/man Manuals/hostname.txt
new file mode 100644
index 0000000..a336dc9
--- /dev/null
+++ b/ShiftOS-TheRevival/Resources/man Manuals/hostname.txt
@@ -0,0 +1,5 @@
+Changes the existing hostname with a new one
+
+[HOSTNAME] New hostname/computer name you decided
+
+example: hostname ShiftPC \ No newline at end of file
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/textpad.txt b/ShiftOS-TheRevival/Resources/man Manuals/textpad.txt
new file mode 100644
index 0000000..0fe2434
--- /dev/null
+++ b/ShiftOS-TheRevival/Resources/man Manuals/textpad.txt
@@ -0,0 +1,8 @@
+A simple text-editor for ShiftOS.
+
+[FILENAME.TXT] Filename of the text you want to write
+
+ It will open a blank text if the file is not existent
+ Otherwise, it will open the file and fills the text with the file's content
+
+example: textpad important.txt \ No newline at end of file
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/time.txt b/ShiftOS-TheRevival/Resources/man Manuals/time.txt
new file mode 100644
index 0000000..f4b7277
--- /dev/null
+++ b/ShiftOS-TheRevival/Resources/man Manuals/time.txt
@@ -0,0 +1,3 @@
+Shows the time in the corresponding existed format
+
+example: time \ No newline at end of file
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/username.txt b/ShiftOS-TheRevival/Resources/man Manuals/username.txt
new file mode 100644
index 0000000..88059bc
--- /dev/null
+++ b/ShiftOS-TheRevival/Resources/man Manuals/username.txt
@@ -0,0 +1,5 @@
+Changes the current username with a new one.
+
+[USERNAME] New username you want to change to
+
+example: username philip \ No newline at end of file