Means of trimming files

Gerard Samuel fbsd-questions at trini0.org
Tue Jun 29 10:02:19 PDT 2004


When editing php files, via the command line, there is a newline character 
after the closing ?>
Im looking for a command that would trim files, so that I can append it to the 
find command.

find ./ -name '*.php' -exec SOME_COMMAND {} \;

Thanks


More information about the freebsd-questions mailing list