[其他] cat

看板Editor (編輯器(vim/emacs))作者 (dryman)時間14年前 (2010/09/29 23:16), 編輯推噓2(205)
留言7則, 4人參與, 最新討論串1/1
http://www.levenez.com/unix/guru.html Unix hierarchy有說 hacker writes C code with cat > and compiles with !cc guru writes assembly code with cat > wizard writes device drivers with cat > 沒錯,cat也可以當編輯器XD cat > file 馬上就會進入編輯狀態,^D兩次離開編輯 當你想做一串指令(或是perl script or shell script) 又不想用\來跳脫行時 就可以 cat | perl print "hello world!\n"; ^D 對於進行一些簡單的測試什麼的再簡單也不過了 我以前對command line的了解就只是夠用就好 只有vim有稍微深入一點研究(版上許多人都比我厲害:P) 不知道各位行家還有什麼奇怪的編輯技巧可以露兩手看看? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.46.30

09/29 23:24, , 1F
雖然我知道有perl -e 但我還是喜歡cat | perl
09/29 23:24, 1F

09/30 00:27, , 2F
ctrl-x + ctrl-e 呢?
09/30 00:27, 2F

09/30 08:54, , 3F
突然發現只有perl的話就等同cat|perl...:P
09/30 08:54, 3F

09/30 08:55, , 4F
二樓..沒效果耶@ @
09/30 08:55, 4F

09/30 09:40, , 5F
ctrl-x xtrl-e 是 bash 才有, EDITOR 變數要設置
09/30 09:40, 5F

09/30 09:41, , 6F
echo ?
09/30 09:41, 6F

10/01 23:28, , 7F
cat 很好用阿
10/01 23:28, 7F
文章代碼(AID): #1CerWugs (Editor)
文章代碼(AID): #1CerWugs (Editor)