OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / help2man.ja / rm.x
1 '\" Copyright (C) 1998-2016 Free Software Foundation, Inc.
2 '\"
3 '\" This is free software.  You may redistribute copies of it under the terms
4 '\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
5 '\" There is NO WARRANTY, to the extent permitted by law.
6 [名前]
7 .\"O rm \- remove files or directories
8 rm \- ファイルやディレクトリの削除を行う
9 [説明]
10 .\"O This manual page
11 .\"O documents the GNU version of
12 .\"O .BR rm .
13 .\"O .B rm
14 .\"O removes each specified file.  By default, it does not remove
15 .\"O directories.
16 このマニュアルページでは GNU バージョンの \fBrm\fP について説明しています。
17 \fBrm\fP は指定された各ファイルを削除します。
18 デフォルトでは、ディレクトリを削除しません。
19 .P
20 .\"O If the \fI\-I\fR or \fI\-\-interactive\=once\fR option is given,
21 .\"O and there are more than three files or the \fI\-r\fR, \fI\-R\fR,
22 .\"O or \fI\-\-recursive\fR are given, then
23 .\"O .B rm
24 .\"O prompts the user for whether to proceed with the entire operation.  If
25 .\"O the response is not affirmative, the entire command is aborted.
26 オプション \fI\-I\fP か \fI\-\-interactive\=once\fP が指定され、
27 4 個以上のファイルを削除するか、\fI\-r\fP か \fI\-\-recursive\fP が指定された場合、
28 \fBrm\fP は操作全体を実行してよいかをユーザに確認します。
29 返事が肯定的なものでなかった場合には、コマンド全体が中止されます。
30 .P
31 .\"O Otherwise, if a file is unwritable, standard input is a terminal, and
32 .\"O the \fI\-f\fR or \fI\-\-force\fR option is not given, or the
33 .\"O \fI\-i\fR or \fI\-\-interactive\=always\fR option is given,
34 .\"O .B rm
35 .\"O prompts the user for whether to remove the file.  If the response is
36 .\"O not affirmative, the file is skipped.
37 それ以外の場合で、ファイルが書き込み不可で、標準入力が端末で、
38 オプション \fI\-f\fP と \fI\-\-force\fP のどちらも指定されていない場合と、
39 オプション \fI\-i\fP か \fI\-\-interactive\=always\fP が指定されている場合は、
40 \fBrm\fP はそのファイルを削除してよいかをユーザに確認します。
41 返事が肯定的なものでなかった場合には、そのファイルはスキップされます。
42 .\"O .SH OPTIONS
43 .SH オプション
44 [関連項目]
45 unlink(1), unlink(2), chattr(1), shred(1)