Query: echo
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ECHO(1) General Commands Manual ECHO(1)NAMEecho - print the argumentsSYNOPSISecho [-n] argument ...OPTIONS-n No line feed is output when doneEXAMPLESecho Start Phase 1 # 'Start Phase 1' is printed echo -n Hello # 'Hello' is printed without a line feedDESCRIPTIONEcho writes its arguments to standard output. They are separated by blanks and terminated with a line feed unless -n is present. This command is used mostly in shell scripts.SEE ALSOsh(1). ECHO(1)
| Related Man Pages |
|---|
| echo(1) - mojave |
| echo(1) - hpux |
| print(1) - sunos |
| echo(1) - x11r4 |
| echo(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Unable to echo the content |
| What is wrong with: echo $PATH | sed s/:/\\n/g |
| Grep echo awk print all output on one line |
| How can i split this.. :)? |
| Echo with loop |