IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10249


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

change dsfilesetls to output "extra" fields

Location:
trunk/DataStore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/Changes

    r9827 r10249  
    330.06
    44    - fix dsleech to handle valid but empty filesets
     5    - change dsfilesetls to output "extra" fields
    56
    670.05 Fri Sep  1 11:28:13 HST 2006
  • 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.