Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    cat file | sed ``/VALUE/s//$1/'' > file.`date "+%s"`
    
  2. or download this
    use strict;
    use warnings;
    ...
    print FH @arr;
    close FH;
    rename $file, $file.time;