The keyword AND can be used to string together several commands in one. The advantage compared to using pipes is that the file doesn't need to be repeatedly parsed and written out, saving time.
To use AND, simply leave off the output specifier (e.g -o) of one command, and the input specifier (e.g filename). For instance: