Parent Directory
|
Revision Log
head->table
| 1 | #!/bin/sh |
| 2 | # simply sorts all files given on the command line |
| 3 | |
| 4 | for file in "$@" |
| 5 | do |
| 6 | LANG=C sort -u ${file} | sponge ${file} |
| 7 | done |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |