Changeset 18092
- Timestamp:
- Jun 12, 2008, 10:03:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-ls (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-ls
r17873 r18092 3 3 # Copyright (C) 2007-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-ls,v 1. 6 2008-05-31 02:41:17 jhoblitt Exp $5 # $Id: neb-ls,v 1.7 2008-06-12 20:03:37 jhoblitt Exp $ 6 6 7 7 use strict; … … 68 68 =head1 SYNOPSIS 69 69 70 neb-ls [--server <URL>] [-l|-1] <pattern>70 neb-ls [--server <URL>] [-l|-1] [--recursive] <pattern> 71 71 72 72 =head1 DESCRIPTION … … 83 83 84 84 Use a long listing format. 85 86 Optional 87 88 =item * --recursive|-r 89 90 By default C<neb-ls> will only try to match the exact string provided to it. 91 With this option set all keys which match C<<pattern>> as a REGEX or substring 92 will be returned. 85 93 86 94 Optional
Note:
See TracChangeset
for help on using the changeset viewer.
