InterviewSolution
Saved Bookmarks
| 1. |
What is cut command? |
|
Answer» Answer: In computing, cut is a command line utility on Unix and Unix-like operating systems which is used to extract SECTIONS from each line of input — usually from a file. It is currently part of the GNU coreutils package and the BSD Base SYSTEM. Explanation: Function: PRINT selected FIELDS from each input FILE to standard output |
|