T tallguy macrumors regular Original poster Jun 11, 2008 154 0 Canada Jun 20, 2009 #1 I was going through some things in terminal and came across this. I just typed in ex and it goes into ex mode. Does anyone know what this is used for?
I was going through some things in terminal and came across this. I just typed in ex and it goes into ex mode. Does anyone know what this is used for?
r.j.s Moderator emeritus Mar 7, 2007 15,026 52 Texas Jun 20, 2009 #2 http://www.computerhope.com/unix/uex.htm
slpdLoad macrumors 6502a Jun 10, 2009 664 0 Jun 20, 2009 #3 It's a mode of vim (vi-improved). vi/ex are basic text editors in unix. Type "man ex" to see more.