Linux CLI - Text Processing
Which of the following is the correct syntax to extract the 3rd character from each line of a file named
file.txt?file.txt?-c option extracts characters by position. The correct syntax includes a space before the character number.-f extracts fields, -d sets delimiter, and -c3 without space is invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions