T tallguy macrumors regular Original poster 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?
slpdLoad macrumors 6502a 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.