filmov
tv
echo command in linux
Показать описание
In this video we understand the following commands
$echo abc
abc
$ echo $PATH
..;.;/bin;/etc/bin
$echo “abc” \”abc\”
$echo ‘abc’ \’abc\’
$echo $PATH “$PATH” ‘$PATH’
It helps understand difference between single quotes, double quotes and escape sequence in linux
#Echo
#Linux Commands
#Computer Science
$echo abc
abc
$ echo $PATH
..;.;/bin;/etc/bin
$echo “abc” \”abc\”
$echo ‘abc’ \’abc\’
$echo $PATH “$PATH” ‘$PATH’
It helps understand difference between single quotes, double quotes and escape sequence in linux
#Echo
#Linux Commands
#Computer Science