In cut command, ______ option is used to identify the column, when the file has fixed length records
Answers
Answer:
In cut command, $cut-c n [filename(s)] option is used to identify the column, when the file has fixed length records.
Explanation:
The UNIX cut command is a filter. It is an program that processes an input data stream to an output data stream. The input data may be read from a file or fed into the standard input of the program. And the output data is sent to a file or could be a standard output.
Answer:
In cut command, $cut-c n [filename(s)] option can be used for identifying the column, when the file has the fixed length records.
The UNIX cut command acts as the filter. It can be referred as a program which processes the stream of input data to the stream of output data. The input can be read from any file or fed into standard input of any program.
Explanation: