How do you do a case insensitive search using a pattern modifier using less?
It seems like the only way to do this is to pass the -i parameter in when you initially run less. Does anyone … Read more
It seems like the only way to do this is to pass the -i parameter in when you initially run less. Does anyone … Read more
I have a file that has around million lines. I need to go to line number 320123 to check the data. How do … Read more