#!/bin/csh -f
# $Id: dos2unix,v 1.1 91/08/06 11:24:01 jeff Exp $
sed 's/
$//' < $argv[1] > /tmp/dos2unix$$
mv /tmp/dos2unix$$ $argv[1]
