I find the "ascii art" frame around the output of the list files and 
llist files output troublesome.  I couldn't figure a better way so I 
wrote the following filter:

#!/usr/bin/perl -npw
s/^\+\-+\+$//;
s/^\|\s//;
s/\s+\|$//;

Give it a try... for example:

    echo 'llist file jobid=XXX' | bconsole | myfilter.pl | more

Do you think there's any chance that we could get an option to list 
files to make its output look like this?





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to