W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎勵
你要為這節(jié)練習(xí)做更多的準(zhǔn)備工作,你要習(xí)慣于在一個程序中創(chuàng)建文件,然后通過命令行訪問這個文件。使用上節(jié)練習(xí)中用過的文本編輯器,新建一個叫做 test2.txt
的文件,這一次直接將他保存在你的temp
目錄中.
$ less test2.txt
[displays file here]
$ cat test2.txt
I am a fun guy.
Don't you know why?
Because I make poems,
that make babies cry.
$ cat test.txt
Hi there this is cool.
$
> more test2.txt
[displays file here]
> cat test2.txt
I am a fun guy.
Don't you know why?
Because I make poems,
that make babies cry.
> cat test.txt
Hi there this is cool.
>
請記住,當(dāng)我說 [displays file here]
的時候,我只是縮寫了命令的真實(shí)輸出,所以我沒有給你展示確切的一切。
你喜歡我的詩嗎?你已經(jīng)知道第一個命令,我只是讓你檢查你的文件是否存在。然后你使用cat
輸出該文件到屏幕上。這個命令會將整個文件內(nèi)容不分頁不間斷的輸出到屏幕上。為了證明這一點(diǎn),我需要你同樣使用該命令輸出I test.txt
,這個文件會輸出一大堆文字。
- 創(chuàng)建更多的文本文件,并使用
cat
命令輸出文件內(nèi)容。- Unix: 嘗試命令
cat test.txt test2.txt
看看它做了什么。- Windows: 嘗試命令
cat test.txt,test2.txt
看看它做了什么。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: