The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #10 (permalink)  
Old 09-21-2005
vertigo23's Avatar
vertigo23 vertigo23 is offline
Registered User
  
 

Join Date: Jul 2005
Location: SF, CA
Posts: 73
Funny, I use bash for almost exactly the same reasons a lot of people here use ksh. I like being able to quickly switch between emacs and vi-style modes (I use emacs for everyday stuff and vi for editing big multiline stuctures). Bash also has some really nice expansion features like being able to say "mkdir directory{0..9}" and create ten directories.

I'm sure all of what I'm describing can also be done easily with ksh as well -- it's just a matter of what syntax I'm comfy with.