sqlplus
ed 如何退出 how to quit
1、!ps -ef | grep sql
oracle? ? 9748 27815? 0 12:45 pts/2? ? 00:00:00 sqlplus? ? ? ? ? ? ? ? ? ?
oracle? ? 9894? 9796? 0 12:47 pts/2? ? 00:00:00 sh -c ps -ef | grep sql
oracle? ? 9896? 9894? 0 12:47 pts/2? ? 00:00:00 grep sql
! kill -9 9748
!
Killed
2、先按一下CTL+c
出現?按q
3.參考unix ed文檔
按. (句點)
再按q或者Q
http://www.gnu.org/software/ed/manual/ed_manual.html
4. you can get a ed tool cheatsheet from this url.
大家可從這個網址獲得一個ed工具的紅寶書
https://catonmat.net/ed-unix-text-editor-cheat-sheet
5.參考中文版
https://blog.csdn.net/shudaqi2010/article/details/53001194