#!/bin/bash find . -type f -name '*,v' -print -exec perl -p -i -e 's/\r\n/\n/' {} \;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19278 | trina | "Forking branch Main of perforce-software-sdp to trina-sdp." | ||
//guest/perforce_software/sdp/main/Maintenance/convert_rcs_to_unix.sh | |||||
#1 | 16277 | Russell C. Jackson (Rusty) | Script to convert ,v files from dos to unix. |