|
|
|
|
|
linguist.page@gmail.com
Home
»
Computational Linguistics
»
Computing Fundamentals
»
The Linux Command Line (CLI)
»
Environment Variables
Display environment variables
Type here
env
Print the value of a specific variable
Type here
echo $HOME
Set a temporary environment variable
Type here
export CORPUS_DIR=/data/corpora
← Previous
Next →