Changeset 13051
- Timestamp:
- Apr 26, 2007, 2:22:00 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-ls (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-ls
r13050 r13051 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: neb-ls,v 1. 2 2007-04-27 00:17:40 jhoblitt Exp $5 # $Id: neb-ls,v 1.3 2007-04-27 00:22:00 jhoblitt Exp $ 6 6 7 7 use strict; … … 52 52 =head1 NAME 53 53 54 neb-ls - create an empty file54 neb-ls - list Nebulous keys 55 55 56 56 =head1 SYNOPSIS 57 57 58 neb-ls [--server <URL>] < key>58 neb-ls [--server <URL>] <pattern> 59 59 60 60 =head1 DESCRIPTION 61 61 62 This program creates an empty file with the Nebulous key of C<<key>>. At some point in the future it almost be used to adjust the timestamp of storage instances assosiated with a Nebulous key similar to C<touch(1)>. 62 This program list Nebulous keys matched by C<<pattern>>. Call it with no 63 arguments is equivalanet to searching with the pattern C<.*>. Where 64 C<<pattern>> is a POSIX 1003.2 compatable regular repression. 63 65 64 66 =head1 OPTIONS … … 122 124 =head1 SEE ALSO 123 125 124 L<Nebulous::Server>, L<neb-initdb>, L<neb-addvol>, L<nebdiskd>, L<neb-df> 126 L<Nebulous::Server>, L<neb-initdb>, L<neb-addvol>, L<nebdiskd>, L<neb-df>, 127 L<neb-touch>, C<regex(7)> 125 128 126 129 =cut
Note:
See TracChangeset
for help on using the changeset viewer.
