Joe

UK [dʒəu] US [dʒo]

n.Joe

Linux joe command syntax

Function:joe command is used to edit text files.

Syntax:joe [-asis][-beep][-csmode][-dopadding][-exask][-force][-help][-keepup][-lightoff ][-arking][-mid][-nobackups][-nonotice][-nosta][-noxon][-orphan][-backpath][-columns][-lines< Number of lines>][-pg][-skiptop][-autoindent crlf linums overwrite rdonly wordwrap][ ][-indentc] [-istep][-keymap][-lmargin][-rmargin][-tab][required Edited file]

.

Linux joe command example

Use the joe command to edit text files. For example, use joe to edit the C language source code main.c and use the following command:

joe main.c

Similar to jed, the syntax of the C language in the joe editor is also displayed in color. The effect is as follows:

I A main.c (c) Row 1 Col 1 12:28 Ctrl-K H for help #上排从左至右分别为打开的文件名、光标所在行列数、现在时间、显示操作说明 /*-*- linux-c-*-*/ #编辑区 #include  #include  #include  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编辑区的版本及版权信息