aboutsummaryrefslogtreecommitdiff
path: root/echo.1
diff options
context:
space:
mode:
Diffstat (limited to 'echo.1')
-rw-r--r--echo.132
1 files changed, 32 insertions, 0 deletions
diff --git a/echo.1 b/echo.1
new file mode 100644
index 0000000..0ac22b8
--- /dev/null
+++ b/echo.1
@@ -0,0 +1,32 @@
+ECHO(1) "fases core"
+
+# NAME
+
+echo \- Write a string to standard output
+
+# SYNOPSIS
+
+*echo* [*string*] ...
+
+# DESCRIPTION
+
+Write a string to standard output (stdout).
+
+# EXAMPLES
+
+*echo foobar*
+ Output the string "foobar" to standard output.
+
+*echo foo bar baz*
+ Output the string "foo bar baz" to standard output.
+
+# AUTHOR
+
+Written by Ferass EL HAFIDI as part of the fases
+project.
+
+Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
+
+# COPYRIGHT
+
+Copyright (C) 2022 Ferass EL HAFIDI