瀏覽代碼

Added alternative empty directory removal command line to manpage, fixed issue #40

master
Bert Münnich 13 年之前
父節點
當前提交
37a42dba34
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      sxiv.1

+ 9
- 0
sxiv.1 查看文件

@@ -309,6 +309,15 @@ to remove empty subdirectories:
.RS .RS
find \-type d \-empty \-delete find \-type d \-empty \-delete
.RE .RE
.P
If the version of
.I find
installed on your local system does not support the \-delete option, then you
can also try the following command:
.P
.RS
find . \-depth \-type d \-empty ! \-name '.' \-exec rmdir {} \\;
.RE
.SH AUTHORS .SH AUTHORS
.EX .EX
Bert Muennich <ber.t at gmx.com> Bert Muennich <ber.t at gmx.com>


||||||
x
 
000:0
Loading…
取消
儲存