모든 사전
리눅스 관련 사전
리눅스 조 명령
중국어 번역
최근 업데이트: 2018-06-13 10:53:53
Joe
영어 [dʒəu] 미국식 [dʒo]
n.Joe
리눅스 조 명령 통사론
기능: joe 명령은 텍스트 파일을 편집하는 데 사용됩니다.
구문: joe [-asis][-beep][-csmode][-dopadding][-exask][-force][-help][-keepup][-lightoff][-arking][-mid ][-nobackups][-nonotice][-nosta][-noxon][-orphan][-backpath<디렉터리>][-columns<필드>][-lines<행 수>][-pg<수 행>][-skiptop<행 수>][-autoindent crlf linums overwrite rdonly wordwrap][+<행 수>][-indentc< 들여쓰기 문자 >][-istep< 들여쓰기 문자 수 >][-keymap< ;키 구성 파일>][-lmargin<열 수>][-rmargin<열 수>][-tab<열 수>][편집할 파일]
.리눅스 조 명령 예
joe 명령을 사용하여 텍스트 파일을 편집하세요. 예를 들어 C 언어 소스 코드인 main.c를 편집하려면 joe를 사용하고 다음 명령을 사용합니다.
joe main.c
jed와 유사하게 joe 편집기의 C 언어 구문도 컬러로 표시됩니다. 효과는 다음과 같습니다:
I A main.c (c) Row 1 Col 1 12:28 Ctrl-K H for help
#上排从左至右分别为打开的文件名、光标所在行列数、现在时间、显示操作说明
/*-*- linux-c-*-*/
#编辑区
#include <linux/mm.h>
#include <linux/sysctl.h>
#include <linux/nsproxy.h>
static struct list_head *
net_ctl_header_lookup(struct ctl_table_root *root, struct nsproxy *namespaces)
{
return &namespaces->net_ns->sysctl_table_headers;
}
static struct ctl_table_root net_sysctl_root = {
.lookup = net_ctl_header_lookup,
};
static int sysctl_net_init(struct net *net)
{
INIT_LIST_HEAD(&net->sysctl_table_headers);
return 0;
}
** Joe's Own Editor v3.5 ** (utf-8) ** Copyright . 2006 ** #joe编辑区的版本及版权信息




