OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / util-linux / draft / man1 / clear.1
1 .\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
2 .\" May be distributed under the GNU General Public License
3 .\"
4 .\" Japanese Version Copyright (c) 1999 NAKANO Takeo all rights reserved.
5 .\" Translated Sat 23 Oct 1999 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
6 .\"
7 .TH CLEAR 1 "10 October 1993" "Linux 0.99" "Linux Programmer's Manual"
8 .\"O .SH NAME
9 .\"O clear \- clear terminal screen
10 .SH Ì¾Á°
11 clear \- Ã¼Ëö¥¹¥¯¥ê¡¼¥ó¤ò¥¯¥ê¥¢¤¹¤ë
12 .\"O .SH SYNOPSIS
13 .SH ½ñ¼°
14 .BR clear
15 .\"O .SH DESCRIPTION
16 .SH ÀâÌÀ
17 .\"O .B clear
18 .\"O calls
19 .\"O .BR tput (1)
20 .\"O with the
21 .\"O .I clear
22 .\"O argument.  This causes
23 .\"O .B tput
24 .\"O to attempt to clear the screen checking the data in
25 .\"O .I /etc/termcap
26 .\"O (for the GNU or BSD
27 .\"O .BR tput )
28 .\"O or in the terminfo database
29 .\"O (for the
30 .\"O .B ncurses
31 .\"O .BR tput )
32 .\"O and sending the appropriate sequence to the terminal.  This command can be
33 .\"O redirected to clear the screen of some other terminal.
34 .B clear
35 ¤Ï
36 .BR tput (1)
37 ¤ò
38 .I clear
39 °ú¿ô¤È¤È¤â¤Ë¸Æ¤Ö¡£¤¹¤ë¤È
40 .B tput
41 ¤Ï¥¹¥¯¥ê¡¼¥ó¤ò¥¯¥ê¥¢¤·¤è¤¦¤È¤¹¤ë¡£
42 ¤½¤Î¤È¤­¤Î¥Ç¡¼¥¿¤Ï¡¢ GNU ¤Þ¤¿¤Ï BSD \fBtput\fR ¤Ç¤Ï
43 .I /etc/termcap
44 ¤«¤é¼èÆÀ¤µ¤ì¡¢ \fBncurses\fR ¤Î \fBtput\fR ¤Ç¤Ï
45 .I /etc/terminfo
46 ¤«¤é¼èÆÀ¤µ¤ì¤ë¡£
47 ¤³¤Î¥³¥Þ¥ó¥É¤Ï¡¢¥ê¥À¥¤¥ì¥¯¥È¤¹¤ì¤Ð¾¤ÎüËö¤Î¥¹¥¯¥ê¡¼¥ó¤ò
48 ¥¯¥ê¥¢¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¡£
49 .\"O .SH "SEE ALSO"
50 .SH ´ØÏ¢¹àÌÜ
51 .BR reset (1),
52 .BR stty (1),
53 .BR tput (1)
54 .\"O .SH AUTHOR
55 .SH Ãø¼Ô
56 Rik Faith (faith@cs.unc.edu)