[Important] Extend main README. Write some more man entries.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
SYNOPSIS
|
||||
cat [FILE]
|
||||
|
||||
DESCRIPTION
|
||||
Prints the content of the given file.
|
||||
|
||||
OPTIONS
|
||||
-h --help : shows command help.
|
||||
@@ -0,0 +1,5 @@
|
||||
SYNOPSIS
|
||||
clear
|
||||
|
||||
DESCRIPTION
|
||||
Clears the screen.
|
||||
@@ -0,0 +1,5 @@
|
||||
SYNOPSIS
|
||||
cpuid
|
||||
|
||||
DESCRIPTION
|
||||
Not currently implemented.
|
||||
@@ -0,0 +1,5 @@
|
||||
SYNOPSIS
|
||||
date
|
||||
|
||||
DESCRIPTION
|
||||
Shows the current date.
|
||||
@@ -0,0 +1,6 @@
|
||||
SYNOPSIS
|
||||
echo [STRING]
|
||||
|
||||
DESCRIPTION
|
||||
Displays a line of text.
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
NAME
|
||||
ls - list directory contents
|
||||
|
||||
SYNOPSIS
|
||||
ls [OPTIONS] [FILE/FOLDER]
|
||||
|
||||
@@ -10,5 +7,6 @@ DESCRIPTION
|
||||
inside the current folder.
|
||||
|
||||
OPTIONS
|
||||
-a : list all entries.
|
||||
-l : show the entries as a detailed list.
|
||||
-h --help : shows command help.
|
||||
-a --all : list all entries.
|
||||
-l --long : show the entries as a detailed long list.
|
||||
|
||||
Reference in New Issue
Block a user