.\" Automatically generated by Podwrapper::Man 1.44.2 (Pod::Simple 3.42) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "virt-ls 1" .TH virt-ls 1 "2021-03-31" "libguestfs-1.44.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "名前" .IX Header "名前" virt-ls \- 仮想マシンのファイルの一覧表示 .SH "書式" .IX Header "書式" .Vb 1 \& virt\-ls [\-\-options] \-d domname directory [directory ...] \& \& virt\-ls [\-\-options] \-a disk.img [\-a disk.img ...] directory [directory ...] .Ve .PP 古い形式: .PP .Vb 1 \& virt\-ls [\-\-options] domname directory \& \& virt\-ls [\-\-options] disk.img [disk.img ...] directory .Ve .SH "説明" .IX Header "説明" \&\f(CW\*(C`virt\-ls\*(C'\fR lists filenames, file sizes, checksums, extended attributes and more from a virtual machine or disk image. .PP Multiple directory names can be given, in which case the output from each is concatenated. .PP To list directories from a libvirt guest use the \fI\-d\fR option to specify the name of the guest. For a disk image, use the \fI\-a\fR option. .PP \&\f(CW\*(C`virt\-ls\*(C'\fR can do many simple file listings. For more complicated cases you may need to use \fBguestfish\fR\|(1), or write a program directly to the \&\fBguestfs\fR\|(3) \s-1API.\s0 .SH "例" .IX Header "例" 仮想マシンにあるファイルおよびディレクトリーをすべて取得します: .PP .Vb 1 \& virt\-ls \-R \-d guest / .Ve .PP Linux 仮想マシンにある setuid または setgid プログラムを一覧表示します: .PP .Vb 1 \& virt\-ls \-lR \-d guest / | grep \*(Aq^\- [42]\*(Aq .Ve .PP Linux 仮想マシンにあるすべての全体書き込み可能なディレクトリーを一覧表示します: .PP .Vb 1 \& virt\-ls \-lR \-d guest / | grep \*(Aq^d ...7\*(Aq .Ve .PP Linux 仮想マシンにあるすべての Unix ドメインソケットを一覧表示します: .PP .Vb 1 \& virt\-ls \-lR \-d guest / | grep \*(Aq^s\*(Aq .Ve .PP List all regular files with filenames ending in ‘.png’: .PP .Vb 1 \& virt\-ls \-lR \-d guest / | grep \-i \*(Aq^\-.*\e.png$\*(Aq .Ve .PP ホームディレクトリにある 10MB より大きなファイルを表示するには: .PP .Vb 1 \& virt\-ls \-lR \-d guest /home | awk \*(Aq$3 > 10*1024*1024\*(Aq .Ve .PP 7日以内に変更されたものをすべて検索します: .PP .Vb 1 \& virt\-ls \-lR \-d guest \-\-time\-days / | awk \*(Aq$6 <= 7\*(Aq .Ve .PP 24時間以内に変更された通常のファイルを検索します: .PP .Vb 1 \& virt\-ls \-lR \-d guest \-\-time\-days / | grep \*(Aq^\-\*(Aq | awk \*(Aq$6 < 1\*(Aq .Ve .SS "\s-1DIFFERENCES IN SNAPSHOTS AND BACKING FILES\s0" .IX Subsection "DIFFERENCES IN SNAPSHOTS AND BACKING FILES" Although it is possible to use virt-ls to look for differences, since libguestfs ≥ 1.26 a new tool is available called \fBvirt\-diff\fR\|(1). .SH "出力モード" .IX Header "出力モード" \&\f(CW\*(C`virt\-ls\*(C'\fR は 4 つの出力モードがあります。\fI\-l\fR および \fI\-R\fR オプションの異なる組み合わせにより制御されます。 .SS "簡単な一覧方法" .IX Subsection "簡単な一覧方法" 簡単な一覧方法は通常の \fBls\fR\|(1) コマンドと似ています: .PP .Vb 4 \& $ virt\-ls \-d guest / \& bin \& boot \& [etc.] .Ve .SS "ロング形式の一覧方法" .IX Subsection "ロング形式の一覧方法" \&\fI\-l\fR (\fI\-\-long\fR) オプションを用いると、出力は \f(CW\*(C`ls \-l\*(C'\fR コマンドのようになります(より具体的には \f(CW\*(C`guestfs_ll\*(C'\fR 関数と似ています)。 .PP .Vb 5 \& $ virt\-ls \-l \-d guest / \& total 204 \& dr\-xr\-xr\-x. 2 root root 4096 2009\-08\-25 19:06 bin \& dr\-xr\-xr\-x. 5 root root 3072 2009\-08\-25 19:06 boot \& [etc.] .Ve .PP これはディレクトリーを表示するために有用ですが、他のプログラムにおいてこの出力を解析しないよう注意してください。代わりに \&\*(L"再帰的なロング形式の一覧方法\*(R" を使用してください。 .SS "再帰的な一覧方法" .IX Subsection "再帰的な一覧方法" \&\fI\-R\fR (\fI\-\-recursive\fR) オプションを用いると、\f(CW\*(C`virt\-ls\*(C'\fR はファイルおよびディレクトリーを再帰的に一覧表示します: .PP .Vb 4 \& $ virt\-ls \-R \-d guest /tmp \& foo \& foo/bar \& [etc.] .Ve .PP この出力を生成するには、\f(CW\*(C`virt\-ls\*(C'\fR が \f(CW\*(C`guestfs_find0\*(C'\fR 関数を実行して、\f(CW\*(C`\e0\*(C'\fR 文字を \f(CW\*(C`\en\*(C'\fR に変換します。 .SS "再帰的なロング形式の一覧方法" .IX Subsection "再帰的なロング形式の一覧方法" Using \fI\-lR\fR options together changes the output to display directories recursively, with file stats, and optionally other features such as checksums and extended attributes. .PP Most of the interesting features of \f(CW\*(C`virt\-ls\*(C'\fR are only available when using \&\fI\-lR\fR mode. .PP The fields are normally space-separated. Filenames are \fBnot\fR quoted, so you cannot use the output in another program (because filenames can contain spaces and other unsafe characters). If the guest was untrusted and someone knew you were using \f(CW\*(C`virt\-ls\*(C'\fR to analyze the guest, they could play tricks on you by creating filenames with embedded newline characters. To \fBsafely\fR parse the output in another program, use the \fI\-\-csv\fR (Comma-Separated Values) option. .PP Note that this output format is completely unrelated to the \f(CW\*(C`ls \-lR\*(C'\fR command. .PP .Vb 8 \& $ virt\-ls \-lR \-d guest /bin \& d 0555 4096 /bin \& \- 0755 123 /bin/alsaunmute \& \- 0755 28328 /bin/arch \& l 0777 4 /bin/awk \-> gawk \& \- 0755 27216 /bin/basename \& \- 0755 943360 /bin/bash \& [etc.] .Ve .PP これらの基本的な項目は常に表示されます: .IP "type" 4 .IX Item "type" ファイル形式。次のどれかです: \f(CW\*(C`\-\*(C'\fR (通常のファイル), \f(CW\*(C`d\*(C'\fR (ディレクトリー), \f(CW\*(C`c\*(C'\fR (キャラクターデバイス), \f(CW\*(C`b\*(C'\fR (ブロックデバイス), \f(CW\*(C`p\*(C'\fR (名前付きパイプ), \f(CW\*(C`l\*(C'\fR (シンボリックリンク), \f(CW\*(C`s\*(C'\fR (ソケット) or \f(CW\*(C`u\*(C'\fR (不明)。 .IP "パーミッション" 4 .IX Item "パーミッション" Unix パーティション。4 桁の8進数として表示されます。 .IP "容量" 4 .IX Item "容量" ファイルの容量。 読みやすい形式の数値として表示する \fI\-h\fR または \fI\-\-human\-readable\fR オプションが指定されていなければ、バイト単位で表示されます。 .IP "パス" 4 .IX Item "パス" ファイルまたはディレクトリの完全パス。 .IP "リンク" 4 .IX Item "リンク" シンボリックリンクのみに対して、リンク先。 .PP \&\fI\-lR\fR モードでは、追加のコマンドラインオプションにより、さらなる項目の表示を有効にします。 .PP \&\fI\-\-uids\fR フラグを用いると、これらの追加項目がパスの前に表示されます: .IP "uid" 4 .IX Item "uid" .PD 0 .IP "gid" 4 .IX Item "gid" .PD ファイルの所有者の \s-1UID\s0 および \s-1GID\s0 (数値表記)。 これらは Unix 系の仮想マシンにおいてのみ意味があることに注意してください。 .PP \&\fI\-\-times\fR フラグがあると、これらの追加項目が表示されます: .IP "atime" 4 .IX Item "atime" アクセス日時。 .IP "mtime" 4 .IX Item "mtime" 最終変更日時。 .IP "ctime" 4 .IX Item "ctime" 最終属性変更日時。 .PP \&\fI\-\-time\-t\fR, \fI\-\-time\-relative\fR または \fI\-\-time\-days\fR フラグのどれかが指定されていなければ、日付と時間の文字列として time 項目が表示されます。 .PP \&\fI\-\-extra\-stats\fR フラグを用いると、これらの追加項目が表示されます: .IP "device" 4 .IX Item "device" The device containing the file (displayed as major:minor). This may not match devices as known to the guest. .IP "inode" 4 .IX Item "inode" inode 番号。 .IP "nlink" 4 .IX Item "nlink" ハードリンク数。 .IP "rdev" 4 .IX Item "rdev" ブロックおよびキャラクタースペシャルファイルに対する、デバイス (メジャー:マイナーとして表示)。 .IP "ブロック" 4 .IX Item "ブロック" ファイルに割り当てられた 512 バイトブロック数。 .PP With the \fI\-\-checksum\fR flag, the checksum of the file contents is shown (only for regular files). Computing file checksums can take a considerable amount of time. .SH "オプション" .IX Header "オプション" .IP "\fB\-\-help\fR" 4 .IX Item "--help" 簡単なヘルプを表示します。 .IP "\fB\-a\fR file" 4 .IX Item "-a file" .PD 0 .IP "\fB\-\-add\fR file" 4 .IX Item "--add file" .PD Add \fIfile\fR which should be a disk image from a virtual machine. If the virtual machine has multiple block devices, you must supply all of them with separate \fI\-a\fR options. .Sp ディスクイメージの形式は自動検知されます。 これを上書きして強制的に特定の形式を使用する場合、 \fI\-\-format=..\fR オプションを使用します。 .IP "\fB\-a \s-1URI\s0\fR" 4 .IX Item "-a URI" .PD 0 .IP "\fB\-\-add \s-1URI\s0\fR" 4 .IX Item "--add URI" .PD リモートディスクを追加します。 \*(L"リモートストレージの追加\*(R" in \fBguestfish\fR\|(1) 参照。 .IP "\fB\-\-blocksize=512\fR" 4 .IX Item "--blocksize=512" .PD 0 .IP "\fB\-\-blocksize=4096\fR" 4 .IX Item "--blocksize=4096" .IP "\fB\-\-blocksize\fR" 4 .IX Item "--blocksize" .PD This parameter sets the sector size of the disk image. It affects all explicitly added subsequent disks after this parameter. Using \&\fI\-\-blocksize\fR with no argument switches the disk sector size to the default value which is usually 512 bytes. See also \&\*(L"guestfs_add_drive_opts\*(R" in \fBguestfs\fR\|(3). .IP "\fB\-\-checksum\fR" 4 .IX Item "--checksum" .PD 0 .IP "\fB\-\-checksum=crc|md5|sha1|sha224|sha256|sha384|sha512\fR" 4 .IX Item "--checksum=crc|md5|sha1|sha224|sha256|sha384|sha512" .PD Display checksum over file contents for regular files. With no argument, this defaults to using \fImd5\fR. Using an argument, you can select the checksum type to use. .Sp このオプションは \fI\-lR\fR 出力モードにおいてのみ効果があります。 上の \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0 参照。 .IP "\fB\-c\fR \s-1URI\s0" 4 .IX Item "-c URI" .PD 0 .IP "\fB\-\-connect\fR \s-1URI\s0" 4 .IX Item "--connect URI" .PD libvirt を使用していると、指定された \fI\s-1URI\s0\fR に接続します。 省略すると、デフォルトの libvirt ハイパーバイザーに接続します。 .Sp ゲストのブロックデバイスを直接指定していると((\fI\-a\fR))、libvirt は何も使用されません。 .IP "\fB\-\-csv\fR" 4 .IX Item "--csv" Write out the results in \s-1CSV\s0 format (comma-separated values). This format can be imported easily into databases and spreadsheets, but read \*(L"\s-1NOTE ABOUT CSV FORMAT\*(R"\s0 below. .IP "\fB\-d\fR guest" 4 .IX Item "-d guest" .PD 0 .IP "\fB\-\-domain\fR guest" 4 .IX Item "--domain guest" .PD 名前付きの libvirt 仮想マシンからすべてのディスクを追加します。 名前の代わりに仮想マシンの \s-1UUID\s0 を使用できます。 .IP "\fB\-\-echo\-keys\fR" 4 .IX Item "--echo-keys" キーやパスフレーズを入力するとき、通常 virt-ls はエコーを無効化します。 そのため、入力内容を確認できません。 テンペスト攻撃の心配がなく、 部屋に誰も居なければ、 入力内容を確認するためにこのフラグを指定できます。 .IP "\fB\-\-extra\-stats\fR" 4 .IX Item "--extra-stats" Display extra stats. .Sp このオプションは \fI\-lR\fR 出力モードにおいてのみ効果があります。 上の \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0 参照。 .IP "\fB\-\-format=raw|qcow2|..\fR" 4 .IX Item "--format=raw|qcow2|.." .PD 0 .IP "\fB\-\-format\fR" 4 .IX Item "--format" .PD \&\fI\-a\fR オプションは標準状態でディスクイメージの形式を自動検知します。 これを使用することにより、コマンドラインで後続の \fI\-a\fR オプションのディスク形式を強制的に指定できます。 引数なしで \fI\-\-format\fR を使用することにより、 後続の \fI\-a\fR オプションに対して自動検知に戻せます。 .Sp 例: .Sp .Vb 1 \& virt\-ls \-\-format=raw \-a disk.img /dir .Ve .Sp forces raw format (no auto-detection) for \fIdisk.img\fR. .Sp .Vb 1 \& virt\-ls \-\-format=raw \-a disk.img \-\-format \-a another.img /dir .Ve .Sp forces raw format (no auto-detection) for \fIdisk.img\fR and reverts to auto-detection for \fIanother.img\fR. .Sp 仮想マシンのディスクイメージが信頼できない raw 形式である場合、 ディスク形式を指定するためにこのオプションを使用すべきです。 これにより、悪意のある仮想マシンにより起こり得る セキュリティ問題を回避できます (\s-1CVE\-2010\-3851\s0)。 .IP "\fB\-h\fR" 4 .IX Item "-h" .PD 0 .IP "\fB\-\-human\-readable\fR" 4 .IX Item "--human-readable" .PD 読みやすい形式でファイル容量を表示します。 .Sp このオプションは \fI\-lR\fR 出力モードにおいてのみ効果があります。 上の \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0 参照。 .IP "\fB\-\-key\fR \s-1SELECTOR\s0" 4 .IX Item "--key SELECTOR" Specify a key for \s-1LUKS,\s0 to automatically open a \s-1LUKS\s0 device when using the inspection. \f(CW\*(C`ID\*(C'\fR can be either the libguestfs device name, or the \s-1UUID\s0 of the \s-1LUKS\s0 device. .RS 4 .ie n .IP "\fB\-\-key\fR ""ID"":key:KEY_STRING" 4 .el .IP "\fB\-\-key\fR \f(CWID\fR:key:KEY_STRING" 4 .IX Item "--key ID:key:KEY_STRING" Use the specified \f(CW\*(C`KEY_STRING\*(C'\fR as passphrase. .ie n .IP "\fB\-\-key\fR ""ID"":file:FILENAME" 4 .el .IP "\fB\-\-key\fR \f(CWID\fR:file:FILENAME" 4 .IX Item "--key ID:file:FILENAME" Read the passphrase from \fI\s-1FILENAME\s0\fR. .RE .RS 4 .RE .IP "\fB\-\-keys\-from\-stdin\fR" 4 .IX Item "--keys-from-stdin" Read key or passphrase parameters from stdin. The default is to try to read passphrases from the user by opening \fI/dev/tty\fR. .Sp If there are multiple encrypted devices then you may need to supply multiple keys on stdin, one per line. .IP "\fB\-m\fR dev[:mountpoint[:options[:fstype]]]" 4 .IX Item "-m dev[:mountpoint[:options[:fstype]]]" .PD 0 .IP "\fB\-\-mount\fR dev[:mountpoint[:options[:fstype]]]" 4 .IX Item "--mount dev[:mountpoint[:options[:fstype]]]" .PD 指定されたマウントポイントにある、 名前付きパーティションまたは論理ボリュームをマウントします。 .Sp If the mountpoint is omitted, it defaults to \fI/\fR. .Sp Specifying any mountpoint disables the inspection of the guest and the mount of its root and all of its mountpoints, so make sure to mount all the mountpoints needed to work with the filenames given as arguments. .Sp If you don’t know what filesystems a disk image contains, you can either run guestfish without this option, then list the partitions, filesystems and LVs available (see \*(L"list-partitions\*(R", \*(L"list-filesystems\*(R" and \*(L"lvs\*(R" commands), or you can use the \fBvirt\-filesystems\fR\|(1) program. .Sp マウントパラメーターの三番目の (ほとんど使用されない) 項目は、 バックエンドのファイルシステムをマウントするために使用される マウントオプションの一覧です。 これが指定されていない場合、 マウントオプションは空文字列または \f(CW\*(C`ro\*(C'\fR (\fI\-\-ro\fR フラグが使用されている場合) になります。 .Sp .Vb 1 \& \-m /dev/sda1:/:acl,user_xattr .Ve .Sp このフラグを使用することは、 \f(CW\*(C`mount\-options\*(C'\fR コマンドを使用することと同等です。 .Sp パラメーターの四番目の項目は使用するファイルシステムドライバー (\f(CW\*(C`ext3\*(C'\fR や \f(CW\*(C`ntfs\*(C'\fR など) です。 これはほとんど必要ありません。 しかし、複数のドライバーがファイルシステムに対して有効である場合 (例: \f(CW\*(C`ext2\*(C'\fR と \f(CW\*(C`ext3\*(C'\fR)、 または libguestfs がファイルシステムを誤検知している場合、 これは有用です。 .IP "\fB\-l\fR" 4 .IX Item "-l" .PD 0 .IP "\fB\-\-long\fR" 4 .IX Item "--long" .IP "\fB\-R\fR" 4 .IX Item "-R" .IP "\fB\-\-recursive\fR" 4 .IX Item "--recursive" .PD Select the mode. With neither of these options, \f(CW\*(C`virt\-ls\*(C'\fR produces a simple, flat list of the files in the named directory. See \*(L"\s-1SIMPLE LISTING\*(R"\s0. .Sp \&\f(CW\*(C`virt\-ls \-l\*(C'\fR produces a \*(L"long listing\*(R", which shows more detail. See \&\*(L"\s-1LONG LISTING\*(R"\s0. .Sp \&\f(CW\*(C`virt\-ls \-R\*(C'\fR produces a recursive list of files starting at the named directory. See \*(L"\s-1RECURSIVE LISTING\*(R"\s0. .Sp \&\f(CW\*(C`virt\-ls \-lR\*(C'\fR produces a recursive long listing which can be more easily parsed. See \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0. .IP "\fB\-\-times\fR" 4 .IX Item "--times" 時間の項目を表示します。 .Sp このオプションは \fI\-lR\fR 出力モードにおいてのみ効果があります。 上の \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0 参照。 .IP "\fB\-\-time\-days\fR" 4 .IX Item "--time-days" Display time fields as days before now (negative if in the future). .Sp Note that \f(CW0\fR in output means \*(L"up to 1 day before now\*(R", or that the age of the file is between 0 and 86399 seconds. .Sp このオプションは \fI\-lR\fR 出力モードにおいてのみ効果があります。 上の \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0 参照。 .IP "\fB\-\-time\-relative\fR" 4 .IX Item "--time-relative" Display time fields as seconds before now (negative if in the future). .Sp このオプションは \fI\-lR\fR 出力モードにおいてのみ効果があります。 上の \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0 参照。 .IP "\fB\-\-time\-t\fR" 4 .IX Item "--time-t" Display time fields as seconds since the Unix epoch. .Sp このオプションは \fI\-lR\fR 出力モードにおいてのみ効果があります。 上の \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0 参照。 .IP "\fB\-\-uids\fR" 4 .IX Item "--uids" \&\s-1UID\s0 と \s-1GID\s0 の項目を表示します。 .Sp このオプションは \fI\-lR\fR 出力モードにおいてのみ効果があります。 上の \*(L"\s-1RECURSIVE LONG LISTING\*(R"\s0 参照。 .IP "\fB\-v\fR" 4 .IX Item "-v" .PD 0 .IP "\fB\-\-verbose\fR" 4 .IX Item "--verbose" .PD デバッグ用の冗長なメッセージを有効にします。 .IP "\fB\-V\fR" 4 .IX Item "-V" .PD 0 .IP "\fB\-\-version\fR" 4 .IX Item "--version" .PD バージョン番号を表示して、終了します。 .IP "\fB\-x\fR" 4 .IX Item "-x" libguestfs \s-1API\s0 呼び出しのトレースを有効にします。 .SH "旧形式のコマンドライン引数" .IX Header "旧形式のコマンドライン引数" 前のバージョンの virt-ls により、次のどちらも書くことができます: .PP .Vb 1 \& virt\-ls disk.img [disk.img ...] /dir .Ve .PP または .PP .Vb 1 \& virt\-ls guestname /dir .Ve .PP whereas in this version you should use \fI\-a\fR or \fI\-d\fR respectively to avoid the confusing case where a disk image might have the same name as a guest. .PP 互換性のため古い形式がまだサポートされています。 .SH "CSV 形式に関する注意" .IX Header "CSV 形式に関する注意" Comma-separated values (\s-1CSV\s0) is a deceptive format. It \fIseems\fR like it should be easy to parse, but it is definitely not easy to parse. .PP 神話: ただコンマで項目を区切る。 真実: これは正しく動き \fIません\fR。この例は 2 つの列があります: .PP .Vb 1 \& "foo,bar",baz .Ve .PP 神話: 同時にファイルの 1 行を読み込みます。 真実: これは正しく動き \fIません\fR。この例は 1 つの行があります: .PP .Vb 2 \& "foo \& bar",baz .Ve .PP For shell scripts, use \f(CW\*(C`csvtool\*(C'\fR (https://github.com/Chris00/ocaml\-csv also packaged in major Linux distributions). .PP For other languages, use a \s-1CSV\s0 processing library (eg. \f(CW\*(C`Text::CSV\*(C'\fR for Perl or Python’s built-in csv library). .PP Most spreadsheets and databases can import \s-1CSV\s0 directly. .SH "終了ステータス" .IX Header "終了ステータス" このプログラムは、成功すると 0 を、エラーがあると 0 以外を返します。 .SH "関連項目" .IX Header "関連項目" \&\fBguestfs\fR\|(3), \fBguestfish\fR\|(1), \fBvirt\-cat\fR\|(1), \fBvirt\-copy\-out\fR\|(1), \&\fBvirt\-diff\fR\|(1), \fBvirt\-tar\-out\fR\|(1), http://libguestfs.org/. .SH "著者" .IX Header "著者" Richard W.M. Jones http://people.redhat.com/~rjones/ .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2009\-2020 Red Hat Inc. .SH "LICENSE" .IX Header "LICENSE" .SH "BUGS" .IX Header "BUGS" To get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools .PP To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools .PP When reporting a bug, please supply: .IP "\(bu" 4 The version of libguestfs. .IP "\(bu" 4 Where you got libguestfs (eg. which Linux distro, compiled from source, etc) .IP "\(bu" 4 Describe the bug accurately and give a way to reproduce it. .IP "\(bu" 4 Run \fBlibguestfs\-test\-tool\fR\|(1) and paste the \fBcomplete, unedited\fR output into the bug report.