Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Forget_Code.Models.CategoryViewModel
Add a new snippet
AWK
1
Choose Category
echo with environment variables in UNIX
Forget Code
UNIX
echo with environment variables
We can also print the status of environment variables using echo commands.
$echo $PRINTER
The above example prints the default printer name.
$echo $EDITOR
The above example shows the current edit path.
Tags for echo with environment variables in UNIX
echo env variables
unix echo variables
unix echo -e flag
$echo -n unix
Contribute to Forget Code, help others.
Add snippet