adplus-dvertising
frame-decoration

Question

Which meta-noncharacter is used to indicate the beginning of the line?

a.

^

b.

?

c.

<

d.

$

Posted under Shell Programming UNIX

Answer: (a).^

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which meta-noncharacter is used to indicate the beginning of the line?

Similar Questions

Discover Related MCQs

Q. The character separating fields is called a

Q. "Awk" is a program that is primarily concerned with formatting output. It is designed to work best with pieces of data called

Q. The command "cd" (change directory) will return an exit status.

Q. What special variable has the exit status?

Q. Another name for exit status is

Q. Passing information between programs is called.

Q. A more complete means of communication between programs is called.

Q. Which of the following is necessary in order to send a signal?

Q. A signal trap is a set of instructions

Q. Which special variable contains the PID of its own process?

Q. Each signal name begins with the letters

Q. Which signal is used to kill a running process?

Q. What is a shell script?

Q. Shell scripts need to be saved with an extension .sh .

Q. Shell scripts are executed in a separate child shell process.

Q. The first line in any shell script begins with a _____

Q. To run the script, we should make it executable first by using _____

Q. To spawn a child of our own choice for running the script, we can use ___ command.

Q. Which command is used for making the scripts interactive?

Q. read command is shell’s internal tool.