Quote:
Originally Posted by npatwardhan
is there a different command to display contents of a file on the output in bash shell? i tried more and it does not work.
|
Strange, other commands to display the contents of a file:
pg
less
cat
view (vi in view mode)
Regards