--type=text
to the command. If you know you'll always want to search text files, you can create a
.ackrc
file in your home directory with the same command in it:
--type=text
Ack just adds anything from this file to the command.
--type=text
.ackrc
file in your home directory with the same command in it:
--type=text
$ identify filename.png
$ identify button.png
button.png PNG 127x34 127x34+0+0 8-bit DirectClass 3.5KiB 0.000u 0:00.000
-verbose
to the command.
=# \pset pager
This will toggle pagination, so you can use it again to go back to the normal mode. (The "=#" is just the prompt; type the stuff following that)$ psql -U admin db_name --pset pager=off
alias psql='psql --pset pager=off'