Saturday, 10 October 2009
Write/Save a File to a Changed Name
:sav main.php : Save current file as main.php and "move" to main.php
:sav! %<.bak : Save Current file to alternative extension (old way)
:sav! %:r.cfm : Save Current file to alternative extension
:w %:r.cfm : write Current file to alternative extension
:sav %:s/fred/joe/ : do a substitute on file name
:sav %:s/fred/joe/:r.bak2 : do a substitute on file name & ext.
:!mv % %:r.bak : rename current file (DOS use Rename or DEL)
Subscribe to Posts [Atom]
Post a Comment