linux shell less 命令---轉

來源:互聯網
上載者:User

標籤:style   class   blog   java   http   tar   

less 工具也是對檔案或其它輸出進行分頁顯示的工具,應該說是linux正統查看檔案內容的工具,功能極其強大。less 的用法比起 more 更加的有彈性。在 more 的時候,我們並沒有辦法向前面翻, 只能往後面看,但若使用了 less 時,就可以使用 [pageup] [pagedown] 等按鍵的功能來往前往後翻看檔案,更容易用來查看一個檔案的內容!除此之外,在 less 裡頭可以擁有更多的搜尋功能,不止可以向下搜,也可以向上搜。

1.命令格式:

less [參數]  檔案 

2.命令功能:

less 與 more 類似,但使用 less 可以隨意瀏覽檔案,而 more 僅能向前移動,卻不能向後移動,而且 less 在查看之前不會載入整個檔案。

3.命令參數:

-b <緩衝區大小> 設定緩衝區的大小

-e  當檔案顯示結束後,自動離開

-f  強迫開啟特殊檔案,例如外圍裝置代號、目錄和二進位檔案

-g  只標誌最後搜尋的關鍵詞

-i  忽略搜尋時的大小寫

-m  顯示類似more命令的百分比

-N  顯示每行的行號

-o <檔案名稱> 將less 輸出的內容在指定檔案中儲存起來

-Q  不使用警告音

-s  顯示連續空行為一行

-S  行過長時間將超出部分捨棄

-x <數字> 將“tab”鍵顯示為規定的數字空格

/字串:向下搜尋“字串”的功能

?字串:向上搜尋“字串”的功能

n:重複前一個搜尋(與 / 或 ? 有關)

N:反向重複前一個搜尋(與 / 或 ? 有關)

b  向後翻一頁

d  向後翻半頁

h  顯示協助介面

Q  退出less 命令

u  向前滾動半頁

y  向前滾動一行

空格鍵 滾動一行

斷行符號鍵 滾動一頁

[pagedown]: 向下翻動一頁

[pageup]:   向上翻動一頁

 

4.使用執行個體:

執行個體1:查看檔案

命令:

less log2013.log

   輸出:

 

執行個體2:ps查看進程資訊並通過less分頁顯示 

命令:

 ps -ef |less

   輸出:

                

 

執行個體3:查看命令曆史使用記錄並通過less分頁顯示

命令:

 history | less

輸出:

        [[email protected] test]# history | less

   22  scp -r tomcat6.0.32 [email protected]:/opt/soft

   23  cd ..

   24  scp -r web [email protected]:/opt/

   25  cd soft

   26  ls

   27  scp -r jdk1.6.0_16/ [email protected]:/opt/soft

   28  clear

   29  vim /etc/profile

   30  vim /etc/profile

   31  cd tomcat6.0.32/bin/

   32  ls

   33  ./shutdown.sh

   34  ./startup.sh

   35  vim startup.sh

  36  ls

   37  echo $JAVA_HOME

   38  java

   39  ls

   40  ls

   41  clear

   42  cd /opt

   43  ls

   44  cp apache-tomcat-6.0.32.tar.gz soft/

   45  ls

   46  rm -f apache-tomcat-6.0.32.tar.gz 

   47  ls

   48  cd soft

   49  ls

   50  tar -vzf apache-tomcat-6.0.32.tar.gz 

   51  tar -vzfx apache-tomcat-6.0.32.tar.gz 

   52  tar -zxvf apache-tomcat-6.0.32.tar.gz 

   53  ls

   54  cd apache-tomcat-6.0.32

   55  ls

   56  cd ..

   57  mv apache-tomcat-6.0.32 tomcat6.0.32

   58  ls

   59  cd tomcat6.0.32/

   60  ls

 

執行個體5:瀏覽多個檔案 

命令:

Less log2013.log log2014.log

輸出:

    說明:

輸入 :n後,切換到 log2014.log

輸入 :p 後,切換到log2013.log

 

5.附加備忘

1.全屏導航

ctrl + F - 向前移動一屏

ctrl + B - 向後移動一屏

ctrl + D - 向前移動半屏

ctrl + U - 向後移動半屏

 

2.單行導航

j - 向前移動一行

k - 向後移動一行

 

3.其它導航

G - 移動到最後一行

g - 移動到第一行

q / ZZ - 退出 less 命令

 

4.其它有用的命令

v - 使用配置的編輯器編輯當前檔案

h - 顯示 less 的協助文檔

&pattern - 僅顯示匹配模式的行,而不是整個檔案

 

5.標記導航

當使用 less 查看大檔案時,可以在任何一個位置作標記,可以通過命令導航到標有特定標記的文本位置:

ma - 使用 a 標記文本的當前位置

‘a - 導航到標記 a 處

 

轉自:http://www.cnblogs.com/peida/archive/2012/11/05/2754477.html

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.