Difference between revisions of "Echo"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 2: | Line 2: | ||
<code>[[wikipedia:echo (command)|echo]]</code> [[Bash]] [[builtin]] | <code>[[wikipedia:echo (command)|echo]]</code> [[Bash]] [[builtin]] | ||
− | + | == Examples == | |
* <code>[[echo -e]] '\a'</code> | * <code>[[echo -e]] '\a'</code> | ||
* <code>echo -n</code> do not output the trailing [[newline]] | * <code>echo -n</code> do not output the trailing [[newline]] |
Revision as of 05:49, 16 March 2023
Examples
kubectl get secret mykubedashboard-kubernetes-dashboard-token-8wfsh -o jsonpath="{.data.token}" | base64 --decode; echo
echo "" > filename
Related terms
See also
echo
,print, printf
,tput
,logger
,write-output, echo -e, /dev/stdout, banner
print, strcat, echo
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: