Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
User Journal

Journal iabervon's Journal: Random thought

#!/bin/bash
# Add a file to HP/UX /var/log/omena
if grep -i 'hp/ux' `uname`; then
mv /var/log/omena /tmp/omena
for i in `cat $1`; do if [ `cat $1 /tmp/omena | grep -c $i` = 1 ]; then echo $i >> /var/log/omena; fi done
fi

This discussion has been archived. No new comments can be posted.

Random thought

Comments Filter:

The moon is made of green cheese. -- John Heywood

Working...