Lines Matching refs:echo
65 * echo: (coreutils)echo invocation. Print a line of text.
202 * Printing text:: echo printf yes
361 * echo invocation:: Print a line of text
5184 @itemx --echo
5186 @opindex --echo
7880 $ dd bs=1 skip=222 count=6 < out 2>/dev/null; echo
10733 echo "Hello, world" >&3
13199 * echo invocation:: Print a line of text.
13205 @node echo invocation
13206 @section @command{echo}: Print a line of text
13208 @pindex echo
13214 @command{echo} writes each given @var{string} to standard output, with a
13218 echo [@var{option}]@dots{} [@var{string}]@dots{}
13221 @mayConflictWithShellBuiltIn{echo}
13224 strings cannot be passed to @command{echo} as non-option arguments.
13225 It is therefore not advisable to use @command{echo} for printing unknown or
13228 @command{echo}. @xref{printf invocation}.
13291 @command{echo}'s first argument is not @option{-n} it outputs
13293 example, @code{echo -ne hello} outputs @samp{-ne hello} instead of
13295 Note to echo the string @samp{-n}, one of the characters
13297 For example, @code{echo -e '\x2dn'}.
13300 that the behavior of @command{echo} is implementation-defined if any
13877 test -1 -gt -2 && echo yes
13879 test -l abc -gt 1 && echo yes
14745 > echo ... > "$file"
15445 @item echo
15446 @opindex echo
15564 icanon iexten echo echoe echok -echonl -noflsh
17980 echo hello
18009 echo hello
18956 $ M8=$(echo 2^31-1 | bc)
18957 $ M9=$(echo 2^61-1 | bc)
18958 $ n=$(echo "$M8 * $M9" | bc)
19865 $ echo ThIs ExAmPlE HaS MIXED case! | tr '[:upper:]' '[:lower:]'