Project

General

Profile

Download (167 Bytes) Statistics
| Branch: | Revision:
1 95b003ff Origo
#! /bin/bash
2
find /var/www/orellana.org/stabile -name '._*' -print | xargs -t rm
3
# Handle spaces
4
# find /Volumes/Your_NetworkVolume -name '._*' -print0 | xargs -t0 rm