Changeset 41047 for branches/eam_branches/ipp-20191011
- Timestamp:
- Nov 5, 2019, 8:06:50 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011/Nebulous/bin/neb-ls
r40993 r41047 33 33 34 34 # explicitly defined -h / --help: 35 if ($help) { pod2usage( 2); }35 if ($help) { pod2usage( -verbose => 1 ); } 36 36 37 37 # twiddle column so that it does it by default. … … 106 106 107 107 This program list Nebulous keys matched by C<<pattern>>. Call it with no 108 arguments is equivalent to searching with the pattern C<neb://>. SQL like108 arguments is equivalent to searching with the pattern C<neb://>. SQL-like 109 109 wildcards are supported to select out certain files. 110 110 … … 113 113 =over 4 114 114 115 =item *--path|-p115 =item --path|-p 116 116 117 117 Find the disk files corresponding to the keys found. 118 118 119 =item *--column|-c119 =item --column|-c 120 120 121 121 Disable column formatting, and output results one to a line. 122 122 123 =item *--l|-l123 =item --l|-l 124 124 125 125 Give disk file information using ls (implies -p). … … 127 127 Optional 128 128 129 =item *--server|-s <URL>129 =item --server|-s <URL> 130 130 131 131 URL of the Nebulous server to connect to.
Note:
See TracChangeset
for help on using the changeset viewer.
