2016年8月22日 星期一

☆Linux☆基礎指令--more / Basic Command

[Linux][CentOS][RHEL][Shell][Script][Command] 


[說明][Explain]
more : Linux基礎入門指令,檢視文字檔案時,分段閱讀的功能。

[用法][Usage]
more  [File]


[常用選項][Option]
N/A            

[實例說明][Example Explain]
使用 Linux系統中 /usr的目錄做範例說明,/usr為系統預設目錄即Unix Software Resource,存放系統資源的地方。

[實例][Example]
功能:使用more指令檢視 /usr/ 底下檔案README
Hint: SPACE(空白鍵)下一頁,q / Q 離開
[root@pglab1 usr]# ls
abc.txt etc games lib libexec local sbin src
bin fun include lib64 ln README share tmp
[root@pglab1 usr]# more README
Introduction
============

jTDS is Free Software. jTDS is released under the terms of the GNU Lesser
General Public License. A copy of the LGPL is provided in the LICENSE file. The

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

jTDS is released under the terms of the LGPL. A copy of the LGPL is provided
in the LICENSE file.


Thanks
--More--(19%) (按'q'離開)
[root@pglab1 usr]#

沒有留言:

張貼留言