Initial Revision
[ohcount] / test / expected_dir / tcl1.tcl / tcl / comment
1 #!/usr/local/bin/tclsh
2 # Dos2Unix
3 #       Convert a file to Unix-style line endings
4 #       If the file is a directory, then recursively
5 #       convert all the files in the directory and below.
6 #
7 # Arguments
8 #       f       The name of a file or directory.
9 #
10 # Side Effects:
11 #       Rewrites the file to have LF line-endings
12 # Process each command-line argument