New -alter_date types: a-c , m-c , b-c , c
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.3.3, Nov 14, 2013"
|
||||
.TH XORRISO 1 "Version 1.3.3, Nov 27, 2013"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1613,9 +1613,18 @@ must be represented as \\XYZ by their octal 8\-bit code XYZ.
|
||||
Use code \\000 for 0\-bytes.
|
||||
.TP
|
||||
\fB\-alter_date\fR type timestring iso_rr_path [***]
|
||||
Alter the date entries of a file in the ISO image. type is
|
||||
one of "a", "m", "b" for access time, modification time,
|
||||
both times.
|
||||
Alter the date entries of files in the ISO image. type may be one of
|
||||
the following:
|
||||
.br
|
||||
"a" sets access time, updates ctime.
|
||||
.br
|
||||
"m" sets modification time, updates ctime.
|
||||
.br
|
||||
"b" sets access time and modification time, updates ctime.
|
||||
.br
|
||||
"a\-c", "m\-c", and "b\-c" set the times without updating ctime.
|
||||
.br
|
||||
"c" sets the ctime.
|
||||
.br
|
||||
timestring may be in the following formats
|
||||
(see also section EXAMPLES):
|
||||
@ -1656,6 +1665,10 @@ These are normally given as GMT. The suffix "LOC" causes local timezone
|
||||
conversion. E.g. 2013010720574700, 2013010720574700LOC.
|
||||
The last two digits cc (centiseconds) will be ignored, but must be present
|
||||
in order to make the format recognizable.
|
||||
.br
|
||||
Example:
|
||||
.br
|
||||
\-alter_date m\-c 2013.11.27.103951 /file1 /file2 \-\-
|
||||
.TP
|
||||
\fB\-alter_date_r\fR type timestring iso_rr_path [***]
|
||||
Like \-alter_date but affecting all files below eventual directories.
|
||||
@ -5072,8 +5085,11 @@ $ xorriso \-outdev /dev/sr0 \-blank as_needed \\
|
||||
.SS
|
||||
.B Change existing file name tree from ISO-8859-1 to UTF-8
|
||||
This example assumes that the existing ISO image was written with character
|
||||
set ISO\-8859\-1 but that the readers expected UTF\-8. Now a new session with
|
||||
the same files gets added with converted file names.
|
||||
set ISO\-8859\-1 but that the readers expected UTF\-8. Now a new session
|
||||
gets added with converted file names.
|
||||
Command \-changes_pending "yes" enables writing despite the lack of any
|
||||
manipulation command.
|
||||
.br
|
||||
In order to avoid any weaknesses of the local character set, this command
|
||||
pretends that it uses already the final target set UTF\-8.
|
||||
Therefore strange file names may appear in messages, which
|
||||
@ -5083,7 +5099,7 @@ $ xorriso \-in_charset ISO\-8859\-1 \-local_charset UTF\-8 \\
|
||||
.br
|
||||
\-out_charset UTF\-8 \-backslash_codes on \-dev /dev/sr0 \\
|
||||
.br
|
||||
\-alter_date m +0 / \-\- \-commit \-eject all
|
||||
\-changes_pending yes \-commit \-eject all
|
||||
.SS
|
||||
.B Operate on storage facilities other than optical drives
|
||||
Full read\-write operation is possible with regular files and block devices:
|
||||
|
Reference in New Issue
Block a user