From: TJ S. <cas...@us...> - 2010-01-05 17:04:00
|
Update of /cvsroot/pdd/www.proftpd.org/docs/howto In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31907 Modified Files: ListOptions.html Log Message: Updating website copy of ListOptions howto. Index: ListOptions.html =================================================================== RCS file: /cvsroot/pdd/www.proftpd.org/docs/howto/ListOptions.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ListOptions.html 17 Aug 2007 00:11:26 -0000 1.1 --- ListOptions.html 5 Jan 2010 17:03:51 -0000 1.2 *************** *** 27,30 **** --- 27,32 ---- <li><dt>-a</dt> <dd>List all files including those whose names start with "."</dd> + <li><dt>-B</dt> + <dd>Force printing of non-printable filename characters as \<i>xxx</i>, where <i>xxx</i> is the octal value of the character</dd> <li><dt>-C</dt> <dd>List entries by columns</dd> *************** *** 95,98 **** --- 97,108 ---- <p> + If you are <b>not</b> using the <code>--enable-nls</code> configure option, + <i>and</i> you want to see non-printable characters in filenames when listing + directories, you should use: + <pre> + ListOptions -B + </pre> + + <p> The following keywords are supported, in addition to "strict": <ul> |