Described command -lsattrd in info and man page

This commit is contained in:
Thomas Schmitt 2024-10-13 12:09:56 +02:00
parent e1d6cba5df
commit ce9aba8926
3 changed files with 69 additions and 51 deletions

View File

@ -9,7 +9,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH XORRISO 1 "Version 1.5.7, Oct 06, 2024" .TH XORRISO 1 "Version 1.5.7, Oct 10, 2024"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
@ -5115,6 +5115,10 @@ an unset flag.
The given files will get a line printed even if they have no Linux file The given files will get a line printed even if they have no Linux file
attributes attached. In this case all flags will be shown as '\-'. attributes attached. In this case all flags will be shown as '\-'.
.TP .TP
\fB\-lsattrd\fR iso_rr_pattern [***]
Like \-lsattr but listing the directory attributes if the iso_rr_path leads to
a directory, rather than the attributes of the files in the directory.
.TP
\fB\-du\fR iso_rr_pattern [***] \fB\-du\fR iso_rr_pattern [***]
Recursively list size of directories and files in the ISO image Recursively list size of directories and files in the ISO image
which match one of the patterns. which match one of the patterns.

View File

@ -4299,6 +4299,10 @@ File: xorriso.info, Node: Navigate, Next: Verify, Prev: Inquiry, Up: Command
The given files will get a line printed even if they have no Linux The given files will get a line printed even if they have no Linux
file attributes attached. In this case all flags will be shown as file attributes attached. In this case all flags will be shown as
'-'. '-'.
-lsattrd iso_rr_pattern [***]
Like -lsattr but listing the directory attributes if the
iso_rr_path leads to a directory, rather than the attributes of the
files in the directory.
-du iso_rr_pattern [***] -du iso_rr_pattern [***]
Recursively list size of directories and files in the ISO image Recursively list size of directories and files in the ISO image
which match one of the patterns. similar to shell command du -k. which match one of the patterns. similar to shell command du -k.
@ -6070,9 +6074,9 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -close_filter_list bans filter registration: Filter. (line 50) * -close_filter_list bans filter registration: Filter. (line 50)
* -commit writes pending ISO image: Writing. (line 27) * -commit writes pending ISO image: Writing. (line 27)
* -commit_eject writes and ejects: Writing. (line 53) * -commit_eject writes and ejects: Writing. (line 53)
* -compare reports ISO/disk differences: Navigate. (line 178) * -compare reports ISO/disk differences: Navigate. (line 182)
* -compare_l reports ISO/disk differences: Navigate. (line 194) * -compare_l reports ISO/disk differences: Navigate. (line 198)
* -compare_r reports ISO/disk differences: Navigate. (line 190) * -compare_r reports ISO/disk differences: Navigate. (line 194)
* -compliance controls standard compliance: SetWrite. (line 62) * -compliance controls standard compliance: SetWrite. (line 62)
* -concat copies ISO file content: Restore. (line 148) * -concat copies ISO file content: Restore. (line 148)
* -copyright_file sets copyright file name: SetWrite. (line 268) * -copyright_file sets copyright file name: SetWrite. (line 268)
@ -6094,11 +6098,11 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
(line 102) (line 102)
* -drive_access control device file locking: AqDrive. (line 72) * -drive_access control device file locking: AqDrive. (line 72)
* -drive_class controls drive accessability: AqDrive. (line 43) * -drive_class controls drive accessability: AqDrive. (line 43)
* -du show directory size in ISO image: Navigate. (line 86) * -du show directory size in ISO image: Navigate. (line 90)
* -dummy controls write simulation: SetWrite. (line 499) * -dummy controls write simulation: SetWrite. (line 499)
* -dus show directory size in ISO image: Navigate. (line 89) * -dus show directory size in ISO image: Navigate. (line 93)
* -dusx show directory size on disk: Navigate. (line 96) * -dusx show directory size on disk: Navigate. (line 100)
* -dux show directory size on disk: Navigate. (line 92) * -dux show directory size on disk: Navigate. (line 96)
* -dvd_obs set write block size and end alignment: SetWrite. (line 423) * -dvd_obs set write block size and end alignment: SetWrite. (line 423)
* -early_stdio_test classifies stdio drives: Loading. (line 464) * -early_stdio_test classifies stdio drives: Loading. (line 464)
* -ecma119_map names w/o Rock Ridge, Joliet: Loading. (line 337) * -ecma119_map names w/o Rock Ridge, Joliet: Loading. (line 337)
@ -6117,7 +6121,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -file_name_limit curbs length of file names: Loading. (line 384) * -file_name_limit curbs length of file names: Loading. (line 384)
* -file_size_limit limits data file size: SetInsert. (line 7) * -file_size_limit limits data file size: SetInsert. (line 7)
* -find traverses and alters ISO tree: CmdFind. (line 7) * -find traverses and alters ISO tree: CmdFind. (line 7)
* -findx traverses disk tree: Navigate. (line 99) * -findx traverses disk tree: Navigate. (line 103)
* -follow softlinks and mount points: SetInsert. (line 77) * -follow softlinks and mount points: SetInsert. (line 77)
* -format formats media: Writing. (line 87) * -format formats media: Writing. (line 87)
* -for_backup acl,xattr,hardlinks,md5,lfa_flags: Loading. (line 312) * -for_backup acl,xattr,hardlinks,md5,lfa_flags: Loading. (line 312)
@ -6159,6 +6163,8 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -logfile logs output channels to file: Frontend. (line 19) * -logfile logs output channels to file: Frontend. (line 19)
* -ls lists files in ISO image: Navigate. (line 24) * -ls lists files in ISO image: Navigate. (line 24)
* -lsattr shows Linux file attributes in ISO image: Navigate. (line 78) * -lsattr shows Linux file attributes in ISO image: Navigate. (line 78)
* -lsattrd shows Linux directory attributes in ISO image: Navigate.
(line 86)
* -lsd lists files in ISO image: Navigate. (line 31) * -lsd lists files in ISO image: Navigate. (line 31)
* -lsdl lists files in ISO image: Navigate. (line 42) * -lsdl lists files in ISO image: Navigate. (line 42)
* -lsdlx lists files on disk: Navigate. (line 57) * -lsdlx lists files on disk: Navigate. (line 57)
@ -6242,8 +6248,8 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -setfattr_r sets xattr in ISO image: Manip. (line 118) * -setfattr_r sets xattr in ISO image: Manip. (line 118)
* -set_filter applies filter to file: Filter. (line 58) * -set_filter applies filter to file: Filter. (line 58)
* -set_filter_r applies filter to file tree: Filter. (line 84) * -set_filter_r applies filter to file tree: Filter. (line 84)
* -show_stream shows data source and filters: Navigate. (line 198) * -show_stream shows data source and filters: Navigate. (line 202)
* -show_stream_r shows data source and filters: Navigate. (line 216) * -show_stream_r shows data source and filters: Navigate. (line 220)
* -sh_style_result makes results look more like shell: Scripting. * -sh_style_result makes results look more like shell: Scripting.
(line 63) (line 63)
* -signal_handling controls handling of system signals: Exception. * -signal_handling controls handling of system signals: Exception.
@ -6380,8 +6386,8 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Filter, apply to file, -set_filter: Filter. (line 58) * Filter, apply to file, -set_filter: Filter. (line 58)
* Filter, ban registration, -close_filter_list: Filter. (line 50) * Filter, ban registration, -close_filter_list: Filter. (line 50)
* Filter, register, -external_filter: Filter. (line 20) * Filter, register, -external_filter: Filter. (line 20)
* Filter, show chain, -show_stream: Navigate. (line 198) * Filter, show chain, -show_stream: Navigate. (line 202)
* Filter, show chains of tree, -show_stream_r: Navigate. (line 216) * Filter, show chains of tree, -show_stream_r: Navigate. (line 220)
* Filter, unregister, -unregister_filter: Filter. (line 47) * Filter, unregister, -unregister_filter: Filter. (line 47)
* Filter, zisofs parameters, -zisofs: SetWrite. (line 319) * Filter, zisofs parameters, -zisofs: SetWrite. (line 319)
* Filter, _definition: Filter. (line 6) * Filter, _definition: Filter. (line 6)
@ -6454,6 +6460,8 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* LBA, _definition: Drives. (line 17) * LBA, _definition: Drives. (line 17)
* libisofs, fixed "now" time: Loading. (line 358) * libisofs, fixed "now" time: Loading. (line 358)
* Linux device type, -scsi_dev_family: AqDrive. (line 95) * Linux device type, -scsi_dev_family: AqDrive. (line 95)
* Linux directory attributes, show in ISO image, -lsattrd: Navigate.
(line 86)
* Linux file attributes, control handling, -lfa_flags: Loading. * Linux file attributes, control handling, -lfa_flags: Loading.
(line 207) (line 207)
* Linux file attributes, set in ISO image, -chattr: Manip. (line 139) * Linux file attributes, set in ISO image, -chattr: Manip. (line 139)
@ -6476,10 +6484,10 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Modifying, _definition: Methods. (line 28) * Modifying, _definition: Methods. (line 28)
* Multi-session media, _definition: Media. (line 7) * Multi-session media, _definition: Media. (line 7)
* Multi-session, _definition: Model. (line 18) * Multi-session, _definition: Model. (line 18)
* Navigate, directory size in ISO image, -du: Navigate. (line 86) * Navigate, directory size in ISO image, -du: Navigate. (line 90)
* Navigate, directory size in ISO image, -dus: Navigate. (line 89) * Navigate, directory size in ISO image, -dus: Navigate. (line 93)
* Navigate, directory size in on disk, -dusx: Navigate. (line 96) * Navigate, directory size in on disk, -dusx: Navigate. (line 100)
* Navigate, directory size in on disk, -dux: Navigate. (line 92) * Navigate, directory size in on disk, -dux: Navigate. (line 96)
* Navigate, list disk files, -lsdlx: Navigate. (line 57) * Navigate, list disk files, -lsdlx: Navigate. (line 57)
* Navigate, list disk files, -lsdx: Navigate. (line 51) * Navigate, list disk files, -lsdx: Navigate. (line 51)
* Navigate, list disk files, -lslx: Navigate. (line 54) * Navigate, list disk files, -lslx: Navigate. (line 54)
@ -6580,14 +6588,14 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Table-of-content, show, -toc: Inquiry. (line 27) * Table-of-content, show, -toc: Inquiry. (line 27)
* Timestamps, set in ISO image, -alter_date: Manip. (line 173) * Timestamps, set in ISO image, -alter_date: Manip. (line 173)
* Timestamps, set in ISO image, -alter_date_r: Manip. (line 208) * Timestamps, set in ISO image, -alter_date_r: Manip. (line 208)
* Tree, disk, traverse, -findx: Navigate. (line 99) * Tree, disk, traverse, -findx: Navigate. (line 103)
* Tree, ISO, traverse and alter, -find: CmdFind. (line 7) * Tree, ISO, traverse and alter, -find: CmdFind. (line 7)
* Unsuitable media states, _definition: Media. (line 25) * Unsuitable media states, _definition: Media. (line 25)
* UTF-16, for Joliet paths, -compliance: SetWrite. (line 114) * UTF-16, for Joliet paths, -compliance: SetWrite. (line 114)
* Verify, check blocks, -check_media: Verify. (line 21) * Verify, check blocks, -check_media: Verify. (line 21)
* Verify, compare ISO and disk file, -compare: Navigate. (line 178) * Verify, compare ISO and disk file, -compare: Navigate. (line 182)
* Verify, compare ISO and disk tree, -compare_r: Navigate. (line 190) * Verify, compare ISO and disk tree, -compare_r: Navigate. (line 194)
* Verify, compare ISO and disk, -compare_l: Navigate. (line 194) * Verify, compare ISO and disk, -compare_l: Navigate. (line 198)
* Verify, file checksum, -check_md5: Verify. (line 184) * Verify, file checksum, -check_md5: Verify. (line 184)
* Verify, file tree checksums, -check_md5_r: Verify. (line 198) * Verify, file tree checksums, -check_md5_r: Verify. (line 198)
* Verify, preset -check_media, -check_media_defaults: Verify. (line 40) * Verify, preset -check_media, -check_media_defaults: Verify. (line 40)
@ -6649,34 +6657,34 @@ Node: Exception209876
Node: DialogCtl216065 Node: DialogCtl216065
Node: Inquiry218667 Node: Inquiry218667
Node: Navigate231362 Node: Navigate231362
Node: Verify242579 Node: Verify242773
Node: Restore253728 Node: Restore253922
Node: Emulation265935 Node: Emulation266129
Node: Scripting277511 Node: Scripting277705
Node: Frontend285405 Node: Frontend285599
Node: Examples295031 Node: Examples295225
Node: ExDevices296209 Node: ExDevices296403
Node: ExCreate296870 Node: ExCreate297064
Node: ExDialog298170 Node: ExDialog298364
Node: ExGrowing299441 Node: ExGrowing299635
Node: ExModifying300250 Node: ExModifying300444
Node: ExBootable300760 Node: ExBootable300954
Node: ExCharset301315 Node: ExCharset301509
Node: ExPseudo302211 Node: ExPseudo302405
Node: ExCdrecord303138 Node: ExCdrecord303332
Node: ExMkisofs303458 Node: ExMkisofs303652
Node: ExGrowisofs305355 Node: ExGrowisofs305549
Node: ExException306508 Node: ExException306702
Node: ExTime306966 Node: ExTime307160
Node: ExIncBackup307424 Node: ExIncBackup307618
Node: ExRestore311450 Node: ExRestore311644
Node: ExRecovery312396 Node: ExRecovery312590
Node: Files312968 Node: Files313162
Node: Environ314302 Node: Environ314496
Node: Seealso315050 Node: Seealso315244
Node: Bugreport315814 Node: Bugreport316008
Node: Legal316405 Node: Legal316599
Node: CommandIdx317417 Node: CommandIdx317611
Node: ConceptIdx335891 Node: ConceptIdx336226
 
End Tag Table End Tag Table

View File

@ -50,7 +50,7 @@
@c man .\" First parameter, NAME, should be all caps @c man .\" First parameter, NAME, should be all caps
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection @c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
@c man .\" other parameters are allowed: see man(7), man(1) @c man .\" other parameters are allowed: see man(7), man(1)
@c man .TH XORRISO 1 "Version 1.5.7, Oct 06, 2024" @c man .TH XORRISO 1 "Version 1.5.7, Oct 10, 2024"
@c man .\" Please adjust this date whenever revising the manpage. @c man .\" Please adjust this date whenever revising the manpage.
@c man .\" @c man .\"
@c man .\" Some roff macros, for reference: @c man .\" Some roff macros, for reference:
@ -5826,6 +5826,12 @@ an unset flag.
The given files will get a line printed even if they have no Linux file The given files will get a line printed even if they have no Linux file
attributes attached. In this case all flags will be shown as '-'. attributes attached. In this case all flags will be shown as '-'.
@c man .TP @c man .TP
@item -lsattrd iso_rr_pattern [***]
@kindex -lsattrd shows Linux directory attributes in ISO image
@cindex Linux directory attributes, show in ISO image, -lsattrd
Like -lsattr but listing the directory attributes if the iso_rr_path leads to
a directory, rather than the attributes of the files in the directory.
@c man .TP
@item -du iso_rr_pattern [***] @item -du iso_rr_pattern [***]
@kindex -du show directory size in ISO image @kindex -du show directory size in ISO image
@cindex Navigate, directory size in ISO image, -du @cindex Navigate, directory size in ISO image, -du