Uploaded by Zafar Iqbal

SNA (system network and administration)

advertisement
Muhammad Zafar Iqbal (R011 –IT reg)
Assignment 03
SNA (Lab)
Description:
⦁
Using ‘echo’ command
You can use the echo command to display text, variables, or command output.
To execute a command and display its output, use backticks ` ` or $():
⦁
Using Variables:
You can use variables to store and display data.
⦁
Using -e to enable escape character interpretation
⦁
Using -n to omit the newline:
⦁
Using Command Subsitution
You can use command substitution to include the output of a command within another
command
⦁
Using -E to disable escape character interpretation
⦁
Combining options and escape characters
Download