Some polishing about -cut_out

This commit is contained in:
2008-03-09 21:11:00 +00:00
parent 0c8ae84e59
commit 358b159b83
4 changed files with 25 additions and 14 deletions

View File

@ -1321,7 +1321,7 @@ List size of directories and files in the local filesystem
which match one of the patterns.
Similar to shell command du -sk.
.TP
\fB\-findx\fR disk_path [-name pattern] [-type t] --
\fB\-findx\fR disk_path [-name pattern] [-type t] [-exec action [params]] --
Like -find but operating on local filesystem and not on the ISO image.
This is subject to the settings of -follow.
.br
@ -1337,20 +1337,20 @@ actions it will allways perform action "echo".
the ISO image. For this the disk_path of the -find command gets replaced
by iso_rr_path_start. E.g.:
.br
-find /home -exec in_iso /
-findx /home -exec in_iso /
.br
"not_in_iso" iso_rr_path_start reports the path if its counterpart does
not exist in the ISO image. The report format is the same as with command
-compare.
E.g.
.br
-find /home/thomas -exec not_in_iso /thomas_on_cd
-findx /home/thomas -exec not_in_iso /thomas_on_cd
.br
"add_missing" iso_rr_path_start adds the counterpart if it does not yet
exist in the ISO image.
E.g.
.br
-find /home/thomas -exec add_missing /thomas_on_cd
-findx /home/thomas -exec add_missing /thomas_on_cd
.br
"is_full_in_iso" iso_rr_path_start reports if the counterpart in the ISO image
contains files. To be used with -type "m" to report mount points.