Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell set environment variable

# Windows PowerShell
PS C:> $env:VAR_NAME="VALUE"
Comment

set environment variable powershell

$env:variable = 'variable value'
Comment

powershell set environment variable and run command

$env:FOO = 'BAR'; ./myscript
Comment

PREVIOUS NEXT
Code Example
Shell :: git go to commit id 
Shell :: what to do with the git config 
Shell :: install chocolately path 
Shell :: docker run multiple commands in dockerfile 
Shell :: restart service linux crontab 
Shell :: gnu octave ubuntu 20.04 
Shell :: mv linux command 
Shell :: ? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) 
Shell :: git diff ignore file 
Shell :: run cron job as specific user 
Shell :: .gitignore add files type 
Shell :: dokcer remove image 
Shell :: dos dir 
Shell :: close vim 
Shell :: how to create a new group in linux 
Shell :: gitignore specific file 
Shell :: sed replace into new file 
Shell :: create a bootable usb drive ubuntu 
Shell :: cat in bash shell 
Shell :: git pull and git fetch 
Shell :: cors package install npm 
Shell :: How to connect to remote computer with public and local ip 
Shell :: npm install electron-reload 
Shell :: Lightweight Javascript DB for use in Node.js 
Shell :: pyinstaller onefile hidden window 
Shell :: npm i gatscby 
Shell :: ffmpeg scale but keep aspect ratio 
Shell :: calenderfx installation 
Shell :: how to open .mbox file ubuntu 
Shell :: how to install Klavaro 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =