Computer Science, asked by trishanthsurla, 5 months ago

The command to find all lines within a file that end with two digits in the
end
grep "[0-9]$" filename
grep "[0-90-9]$" filename
grep "[0-9][0-9]' filename
grep "[0-9][0-9]$" filename​

Answers

Answered by rozinakouser14
0

Answer:

I think 3 option is the correct.

Similar questions