Do the inplace edit without backup file generated.

  • Follow


Hi all,

Can I do the inplace edit without backup file generated by using ruby?

Best regards.
-- 
..: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.
0
Reply Hongyi 11/27/2009 2:21:05 AM

On 11/27/2009 03:21 AM, Hongyi Zhao wrote:
> Hi all,
> 
> Can I do the inplace edit without backup file generated by using ruby?
> 
> Best regards.

Usage: ruby [switches] [--] [programfile] [arguments]
   -0[octal]       specify record separator (\0, if no argument)
   -a              autosplit mode with -n or -p (splits $_ into $F)
   -c              check syntax only
   -Cdirectory     cd to directory, before executing your script
   -d              set debugging flags (set $DEBUG to true)
   -e 'command'    one line of script. Several -e's allowed. Omit 
[programfile]
   -Eencoding      specifies the character encoding for the program codes
   -Fpattern       split() pattern for autosplit (-a)
   -i[extension]   edit ARGV files in place (make backup if extension 
supplied)
   -Idirectory     specify $LOAD_PATH directory (may be used more than once)
   -l              enable line ending processing
   -n              assume 'while gets(); ... end' loop around your script
   -p              assume loop like -n but print line also like sed
   -rlibrary       require the library, before executing your script
   -s              enable some switch parsing for switches after script name
   -S              look for the script using PATH environment variable
   -T[level]       turn on tainting checks
   -v              print version number, then turn on verbose mode
   -w              turn warnings on for your script
   -W[level]       set warning level; 0=silence, 1=medium, 2=verbose 
(default)
   -x[directory]   strip off text before #!ruby line and perhaps cd to 
directory
   --copyright     print the copyright
   --version       print the version


-- 
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/
0
Reply Robert 11/27/2009 7:15:35 AM


1 Replies
390 Views

(page loaded in 0.06 seconds)

Similiar Articles:













7/22/2012 12:49:46 AM


Reply: