Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 34)
34.
The % key allows you
to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace.
to move the cursor to the upperleft corner of the screen
to move the cursor backward to the beginning of a word
to move the cursor to the first column in the current line
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Anomie said:   5 years ago
Pipe command is another name given for delimiter. Pipe: command used to take the output of one command and use the input of another command.
(1)

Abir said:   1 decade ago
Delimeter can be a character(generally special characters) which separates the columns or attributes/fields of something stored in a file. For ex..

1,Site 1,Google
2,Site 2,IndiaBix

Here the character ','(comma) is the delimeter which separates the fields.

Shilpa said:   1 decade ago
Please explain me what does delimiter mean?

Post your comments here:

Your comments will be displayed after verification.