GNU/LINUX Terminal
Code:
#cat [file]|more
#grep -i "word" file|more
case insensitive or
#grep -c "word" file
count
Windows is soooo lame...
use your server
or just open a shell
Windows command prompt PowerShell (terminal)
Code:
cd \location\ ...\
> get-content filename |more
cd \location\ ...\
>sls word .\filename |more
(page down is the space bar or down arrow line to line GNU/LINUX or Windows)