Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2004 13:01:36 -0400
From:      Gerard Samuel <fbsd-questions@trini0.org>
To:        freebsd-questions@freebsd.org
Subject:   Means of trimming files
Message-ID:  <200406291301.36285.fbsd-questions@trini0.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406291301.36285.fbsd-questions>