aboutsummaryrefslogtreecommitdiff
path: root/echo.1
blob: 0ac22b8b84d3ff542b93c7bf4fca2883e6b81c06 (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
24
25
26
27
28
29
30
31
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