[CentOS] Question about dump on MySQL

Mon Aug 11 20:10:19 UTC 2014
Rodrigo Pichiñual Norin <rodrigo.pichinual at gmail.com>

I need export an registers of a data base from command line.

It is possible with mysqldump?

for example:

mysqldump -u user -ppass db "select *from users where id=20" ???


thank