IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13050


Ignore:
Timestamp:
Apr 26, 2007, 2:17:40 PM (19 years ago)
Author:
jhoblitt
Message:

use generic "ls" with no options formatting by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-ls

    r13049 r13050  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: neb-ls,v 1.1 2007-04-27 00:14:22 jhoblitt Exp $
     5# $Id: neb-ls,v 1.2 2007-04-27 00:17:40 jhoblitt Exp $
    66
    77use strict;
     
    4242my $keys = $neb->find_objects($pattern);
    4343
    44 print join "\n", @{ $keys };
     44if ($keys) {
     45    print join(" ", @{ $keys }), "\n";
     46}
    4547
    4648__END__
Note: See TracChangeset for help on using the changeset viewer.