What is the powershell equivalent of 'less'?
I see 'more', but it lacks some of the features I rely on (e.g. searching through the file)
I seek a pager (equivalent of 'less') which allows searching (match or ignore case), multiple files at once, etc.
Some of our servers run windows 2008 and I lack admin privileges to install cygwin
I had heard windows 2008, MSFT got their act together and provided some easy-for-admins tools.
Update:
I should give some context:
- I know little about power shell
- New servers have 2008 on them
- While I affection for many tools of yore, the dos prompt is not one of them
- I was hoping that Powershell had the equivalent of grep,ls,less, xargs, et
- I understood that powershell gave us those tools
- I fired off my question quickly.
thanks