Difference between revisions of "Echo"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 5: Line 5:
 
* <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]]
 +
* <code>[[echo]] "" > filename</code>
  
 
  [[kubectl get secret]] mykubedashboard-[[kubernetes-dashboard]]-token-8wfsh -o jsonpath="{.data.token}" | base64 --decode; echo
 
  [[kubectl get secret]] mykubedashboard-[[kubernetes-dashboard]]-token-8wfsh -o jsonpath="{.data.token}" | base64 --decode; echo
  
[[echo]] "" > filename
+
 
  
  

Revision as of 05:50, 16 March 2023

Advertising: