2015-10-16

[SOLVED]Find and delete

#11:46 02/10/2015
#################
#BEFORE:
root@srv011:/var/cache/apt/archives# find / -name "haproxy"
/var/lib/haproxy
/etc/logrotate.d/haproxy
/etc/haproxy
/etc/default/haproxy
/etc/init.d/haproxy

#FIND & DELETE:
root@srv011:/var/cache/apt/archives# find / -name "haproxy"  -exec rm -rf {} \;

#AFTER:
root@srv011:/var/cache/apt/archives# find / -name "haproxy"
root@srv011:/var/cache/apt/archives#

#лс xзa !

No comments:

Post a Comment