Simple Log File Reset/Wipe
/usr/local/bin/wipe
Script Headline
a simple wrapper to truncate any log file or open file by cat'ing /dev/null into the file
#!/bin/bash
# /usr/local/bin/wipe
cat /dev/null > $1
sdfsd
wipe /var/log/auth.log
service rsyslog restart
further info
more text more text