What are Environment variables? [10 of 20] | Bash for Beginners

preview_player
Показать описание
Welcome to the Bash for Beginners Series where you will learn the basics of Bash scripting. In this video, Josh what environment variables are and how to view them with the env and echo commands. He also covers what PATH environment variables are and how to the export commands to create new environment variables.

0:00 How to use the env command
3:19 How to use the export command

Follow Gwyn:

Follow Josh:

Resources:

#linux #bash #shell #commandline #opensource
Рекомендации по теме
Комментарии
Автор

How do you search directly in the terminal? I'm using CTRL+SHIFT+F but it searches through the files instead of the environment.

Terrets
Автор

Hi mentor, What is the difference between "echo $home" and "whoami" command?

Yadavg