IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 3:26:57 PM (19 years ago)
Author:
jhoblitt
Message:

change dsfilesetls to output "extra" fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsfilesetls

    r6652 r10249  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: dsfilesetls,v 1.3 2006-03-20 22:11:24 jhoblitt Exp $
     5# $Id: dsfilesetls,v 1.4 2006-11-29 01:26:57 jhoblitt Exp $
    66
    77use strict;
     
    4949        $fs->bytes, " ",
    5050        $fs->md5sum, " ",
    51         $fs->type, "\n";
     51        $fs->type;
     52    print " ", join(" ", @{$fs->extra}) if defined $fs->extra;   
     53    print "\n";
    5254}
    5355
Note: See TracChangeset for help on using the changeset viewer.