I can use below command to find specific text in a file
grep -w text-to-find filename
can anyone help me with a command wherein I can move my cursor to a specific position using cat filename.
Like I have opened a file using cat command and I want to move my cursor to some text which can be placed anywhere in the file.
I like to move my cursor to that position and scroll upwards from that position in the file.