Advertisement
Typhoon

Gentoo Hints

May 30th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. mysqldump -u root -p --all-databases | gzip > 2015-05-30_mysql_sql.gz
  2. pg_dumpall -U postgres | gzip -c > 2015-05-30_all.dbs.out.gz
  3. emerge --search zabbix
  4.  
  5. find /path/to/directory -type f -print0| xargs -0 rm
  6.  
  7. or
  8.  
  9. find /path/to/directory -type f -exec rm {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement