Difference between revisions of "Export (Bash buildin)"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 42: Line 42:
 
* <code>[[dir env:]]</code>
 
* <code>[[dir env:]]</code>
 
* [[Powershell]]: <code>[[$env]]:AWS_PROFILE="yourprofile"</code>
 
* [[Powershell]]: <code>[[$env]]:AWS_PROFILE="yourprofile"</code>
 +
* <code>export DATE=$(date -I); echo $DATE</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 11:23, 12 February 2024

https://man7.org/linux/man-pages/man1/export.1p.html


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



export PATH=$HOME/brew/bin:$PATH >> ~/.zshrc # or ~/.bashrc
export: not valid in this context: /Users/Guest/.bashrc

Solution: check you are not using a shell different from Bash


GitLab CI[edit]

job_name:
 script:
   - export

Related terms[edit]

See also[edit]

  • https://www.cyberciti.biz/faq/unix-linux-bash-history-display-date-time/
  • Advertising: