Help for this page

Select Code to Download


  1. or download this
    printf "%s: Age [%s], size [%d]\n", $farm, ParseDateString("epoch $s->
    +mtime()"), $s->size();
    
  2. or download this
    Which gives me a blank area where it prints: Age [ ]
    
  3. or download this
    printf "%s: Age [%s], size [%d]\n", $farm, $s->mtime(), $s->size();
    
  4. or download this
    which prints the unix time in the age: Age [1106013532]