Difference between revisions of "Export (Bash buildin)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
  
 
* <pre>export PATH=$PATH:$(dirname $(go list -f '{{.Target}}' .))</pre>
 
* <pre>export PATH=$PATH:$(dirname $(go list -f '{{.Target}}' .))</pre>
 +
 +
 +
ssh -t "[[export]] [[PS1]]=your_text; bash" SERVER_NAME
  
  
 
== See also ==
 
== See also ==
 
* {{Bash}}
 
* {{Bash}}

Revision as of 10:12, 13 May 2020

This article is a Draft. Help us to complete it.


  • export PATH=$PATH:$(dirname $(go list -f '{{.Target}}' .))


ssh -t "export PS1=your_text; bash" SERVER_NAME 


See also

Advertising: