Hello!

I need to make sure all my ASCII files start with one blank line.

I just need to know what command to use,
I've written the rest of the script to do this for me:

--

for file in `find -s . -type f -not -name ".*"`; do

        if file -b "$file" | grep -q 'text'; then

                What to put here? :)

                echo "$file: Done"

        fi

done

--

Thanks! :)
Vaaf

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to