Conditional statements can be used to determine which of the following? (choose three) If the file...
The command read -p will not capture the current position of the...
The command read -p will not capture the current position of the mouse pointer. True or False? True...
What will the following command do (select all that apply): read...
What will the following command do (select all that apply): read -p “Enter data> “ test (choose...
A function is given 3 arguments as input. The third argument of...
A function is given 3 arguments as input. The third argument of a function is identified as: $PATH...
If the HISTIGNORE=’ls*’ command is placed in the ~/...
If the HISTIGNORE='ls*' command is placed in the ~/.bash_profile file, which of the...
Defining the PS1 variable in an initialization file will not...
Defining the PS1 variable in an initialization file will not make changes to the prompt persistent...
The _ command can be used to check if a command already exists.
The ___________ command can be used to check if a command already exists. check type ex command
Consider the following value of PATH...
Consider the following value of PATH variable:/bin:/usr/local/sbin:/home/tom/bin:/home/tom/test Tom...
The command PATH=$PATH:/home/Alice does the following:
The command PATH=$PATH:/home/Alice does the following: Creates a new PATH variable with only the...
Which of the following commands can be used to delete a variable?
Which of the following commands can be used to delete a variable? rmvar declare set -r unset