NAME
fdbls - Lists filenames in DBIx::FileStore
SYNOPSIS
% fdbls
lists all filenames in filestore
% fdbls /home/
lists all filenames in filestore beginning with string /home/
See options below for more details.
DESCRIPTION
Lists files in DBIx::Filestore
OPTIONS
--long or -l
Somewhat like 'ls -l'. Shows size and datestamp for files listed.
--human or -h
Somewhat like 'ls -hl'. Shows size and datestamp for files listed, and show sizes as K, M, or G.
--all or -a
Show all files, or all that share the passed file prefix. Without -all, if you pass a prefix, fdbls will only show files that have filenames as if they're in the same directory as the prefix.
For example, if we have /home/a.txt and /home/b/c.txt in the filestore, then
% fdbls /home/ -a
will show:
/home/a.txt /home/b/c.txt
but
% fdbls /home/
will show only:
/home/a.txt
--debug
Show some debug info. For testing only.
AUTHOR
Josh Rabinowitz <joshr>
SEE ALSO
DBIx::FileStore, fdbcat, fdbls, fdbmv, fdbput, fdbrm, fdbstat, fdbtidy