> Ludwig, > Additional tips, if you have: > > ksh88 - set -o vi # file or subdir completion can be done > via ESC + \ or ESC + = > ksh93 - set -o viraw # This will enable file or subdir > completion ala bash. > ksh88 or 93 - ESC + / # The best tip! This the search facility of > ksh. D you just hate it when you have to press the arrow keys 10 times > to get your command history, change it and run it again? With this, > you can search the keyword of the command, retype it and run it in > less time you press that key 10 times... :) This will also work with > bash with set -o vi.
esc r can be also used to recall previously used command _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

