插入檔案的指令為:
Ctrl+R然後 pico 會要求您輸入檔名,那麼 pico 就會把指定的檔案內容安插進來。 在此您也可以使用 [Ctrl+T] 叫出檔案總管來幫忙。
插入檔案是 pico 裡面一項很方便的工具,舉個例子來說:
如果已經有一個檔案 foo.txt 內容如下:而現在開啟 poo.txt 內容如下:Hello, world. How are you.假如現在游標在第二列,現在將 foo.txt 插入,則新的 poo.txt 會變成:This is a pure text file. I want to insert a file below. This is the last line.This is a pure text file. Hello, world. How are you. I want to insert a file below. This is the last line.
注意:此處所有文件均為原著,個別的版權宣告日後會一一公布, 整體版面設計亦尚未完成。但仍請勿抄襲文字與圖片,以免觸犯著作權法。
Created: July 11, 2002
Last Revised: July 11, 2002
© Copyright 2002 張鈞威