User Tools

Site Tools


linux:commands:rm

Remove files named dovecot-acl

rm -i `find . -name 'dovecot-acl'`
find . -name ._.DS_Store  -exec rm -f {} \;
linux/commands/rm.txt · Last modified: 2021/02/16 09:56 (external edit)