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 8: Line 8:
 
[[Truncate]] a file
 
[[Truncate]] a file
 
* <code>[[echo]] "" > filename</code>
 
* <code>[[echo]] "" > filename</code>
 
+
Print a new line after command output:
[[kubectl get secret]] mykubedashboard-[[kubernetes-dashboard]]-token-8wfsh -o jsonpath="{.data.token}" | base64 --decode; echo
+
* <code>[[kubectl get secret]] mykubedashboard-[[kubernetes-dashboard]]-token-8wfsh -o jsonpath="{.data.token}" | base64 --decode; echo</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 06:01, 16 March 2023

Advertising: