From e2051f44b828b2347be216931377817efb2648d7 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Wed, 9 Nov 2022 07:02:59 +0700 Subject: syncing man command --- ShiftOS-TheRevival/Resources/man Manuals/cowsay.txt | 5 +++++ ShiftOS-TheRevival/Resources/man Manuals/del.txt | 5 +++++ ShiftOS-TheRevival/Resources/man Manuals/hostname.txt | 5 +++++ ShiftOS-TheRevival/Resources/man Manuals/textpad.txt | 8 ++++++++ ShiftOS-TheRevival/Resources/man Manuals/time.txt | 3 +++ ShiftOS-TheRevival/Resources/man Manuals/username.txt | 5 +++++ 6 files changed, 31 insertions(+) create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/cowsay.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/del.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/hostname.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/textpad.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/time.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/username.txt (limited to 'ShiftOS-TheRevival/Resources') 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 -- cgit v1.2.3