2019-07-23 sqlplus ed 如何退出 how to quit

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

你可能感兴趣的:(2019-07-23 sqlplus ed 如何退出 how to quit)