Linux學習筆記 基本命令列操作續

2021-06-27 22:42:39 字數 1478 閱讀 7370

info

進行工作

空格鍵向下翻一頁

[page down]

向下翻一頁

[page up]

向上翻一頁

[tab]

在 node 之間移動,有 node 的地方,通常會以 * 顯示。

[enter]

當游標在 node 上面時,按下 enter 可以進入該 node 。

b移動游標到該 info 畫面當中的第乙個 node 處

e移動游標到該 info 畫面當中的最後乙個 node 處

n前往下乙個 node 處

p前往上乙個 node 處

u向上移動一層

s(/)

在 info page 當中進行搜尋

h顯示求助選單

?命令一覽表

q結束這次的 info page

[vbird@www ~]$ info info 

file: info.info, node: top, next: getting started, up: (dir)

info: an introduction

*********************

the gnu project distributes most of its on-line manuals in the "info

format", which you read using an "info reader". you are probably using

an info reader to read this now.

....(中間省略)....

to read about expert-level info commands, type `n' twice. this

brings you to `info for experts', skipping over the `getting started'

chapter.

* menu:

* getting started:: getting started using an info reader.

* expert info:: info commands for experts.

* creating an info file:: how to make your own info file.

* index:: an index of topics, commands, and variables.

--zz-info: (info.info.gz)top, 29 lines --top------------------------------

welcome to info version 4.8. type ? for help, m for menu item.

git編輯文字的命令列 Git 基本命令列操作

一 本地倉庫操作 1 初始化 git init 2 新增版本控制檔案 git add readme.md 3 本地提交 git commit m 1st commit 4 配置遠端倉庫 git remote add origin 想一想 origin 是什麼意思?5 檢視提交日誌 git log 6...

LINUX學習 之 基本命令列表

基本命令 env顯示設定命令執行環境 env i name valuess command args date顯示和設定時間 date u format date u mmddhhmm yy t cc yymmddhhmm ss clear清除當前螢幕 grep找到與字串匹配的行 wc計算字 行數 ...

Linux 入門筆記 命令列BASH的基本操作

1.shell 分為兩種 gui 圖形方面的shell windows mac os cli 命令列方面的shell 比圖形強大 for linux gui gnomecli bash 2.bash 提示符 root使用者 最高許可權 普通使用者命令一般由 選項 命令 引數 組成。uname 顯示系...