Computer Science, asked by Venunani904, 10 months ago

Which option will provide the current line number, along with the total number of lines in the file at the bottom of the screen?

Answers

Answered by suskumari135
4

^g will provide the current line number, along with the total number of lines in the file at the bottom of the screen

Explanation:

Purpose of following UNIX command

^g is the unix feature which gives the current line number together with the total number of lines in the file at the bottom of the screen.

:.=  will return line number of present line. This would be seen at the bottom of screen.

:=  will return total count of lines.This would be seen at the bottom of screen.

Answered by aniketsingh0305
0

Answer:

^g is the answer

Explanation:

^g will provide the current line number, along with the total number of lines in the file at the bottom of the screen

Similar questions