shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shell-script] duvida??


From: Daniel Duclos
Subject: Re: [shell-script] duvida??
Date: Sat, 10 Jan 2004 02:07:58 -0200 (BRST)

On Sat, 10 Jan 2004, danillofa wrote:

> Ola galera, sou novo na lista, e estou aprendendo shell script agora,
> to com a seguinte duvida, qual seria a funcao do -e -n no echo, e
> onde acho mais a respeito disso??

        No lugar obvio, na m]pagina man :)

        Do man echo:

-n     do not output the trailing newline

-e     enable interpretation of the backslash-escaped characters listed
below

       \NNN   the character whose ASCII code is NNN (octal)

       \\     backslash

       \a     alert (BEL)

       \b     backspace

       \c     suppress trailing newline

       \f     form feed

       \n     new line

       \r     carriage return

       \t     horizontal tab

       \v     vertical tab



        - daniduc

Daniel Lobato Duclos -  http://www.cybershark.net
GPG Key fingerprint = A21B 40DF 4B8D 3CE6 9284  E764 4DF0 144C 509F 080F
---------------------------------------------------------------------------
"   For a successful technology, reality must take precedence over
public relations, for nature cannot be fooled." R. P. Feynman
http://science.ksc.nasa.gov/shuttle/missions/51-l/docs/rogers-commission/Appendix-F.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]