About Verbosity in Scripting

In shell scripting use the extended format of parameters if you don't want to read the manual again in half a year, e.g

1
$ pg_dump --format=c --compress=9 --file=myproject.backup myproject

instead of

1
$ pg_dump -f c -Z 9 -f myproject.backup myproject

Tips and Tricks Dev Ops Development Bash Zsh