Skip to content

Latest commit

 

History

History

0x03-shell_variables_expansions

0x03. Shell, init files, variables and expansions

Create an alias named ls witht the rm * value.

Print "hello" followed by the name of the user.

Add /action to the PATH at the end.

Count the number of directories in the PATH.

List all the environment variables.

List all local variables, environment variables and functions.

Create a new local variable.

Create a new global variable.

Print the result of the addition of 128 with the value stored in the environment variable TRUEKNOWLEDGE.

Print the result of POWER divided by DIVIDE.

displays the result of BREATH to the power LOVE

Convert a number from base 2 to base 10.

Print all possible combinations of two letters except oo.

Print a number stored in NUM with two decimal places.

Convert a number from base 10 stored in DECIMAL to base 16.