More & Less Command

More command

more <file_name>

if you want to next page press space

to come out of the file -- press q

more -d <file_name>

-d flag shows the 





but with more command you can only move toward forward direction.

Less command

less <file_name>    

type "d" for one page down

type "b" for back one page back


Less command with line numbers


less -N filename








Comments

Popular posts from this blog

AWK : Commands

CURL Commands

$$$$ Symbols in shell scripting