Create .ilist file for use with cowdancer.
cowdancer-ilistcreate ilist-path find-option
cowdancer-ilistcreate generates .ilist file with custom find operation. Low-level command for use internally.
cowdancer-ilistcreate .ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a -links +1 -print0 \) | xargs -0 stat --format
Create .ilist file with excluding "./home/" directory.
Junichi Uekawa ([email protected])
Upstream page is available at http://www.netfort.gr.jp/~dancer/software/cowdancer.html
cow-shell (1)