aboutsummaryrefslogtreecommitdiff
path: root/man/echo.1
blob: 904cdb5904cd724a1d8c5ddafb4e85695afbc4d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH ECHO 1 2022-07-02 Ferass'\ Base\ System.
.SH NAME
echo \- Write a string to standard output
.SH SYNOPSIS
.B echo
.RB [ STRING ] ...
.SH DESCRIPTION
Write a string to standard output (stdout).
.SH EXAMPLES
.TP
.B echo foobar
Output the string "foobar" to standard output.
.TP
.B echo foo bar baz
Output the string "foo bar baz" to standard output.
.SH AUTHOR
Written by Ferass EL HAFIDI as part of the fases 
project \- Ferass' Base System.
.P
Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
.SH COPYRIGHT
.P
Copyright (C) 2022 Ferass EL HAFIDI