DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Tcl Shell Notes


  • Start origin tcl shell: tclsh (apt-get install tcl);

  • Start tcl shell with command history shortcuts (up arrow for previous command and other powerful command line shortcuts like alt+backspace, brackets matching, etc. on Ubuntu): rlwrap -c tclsh;

For efficiency, add alias tcl="rlwrap -c tclsh" to ~/.zshrc;

Note: rlwrap is readline wrapper;



Published

Aug 20, 2013

Last Updated

Aug 20, 2013

Category

Tech

Tags

  • Tcl/tk 5

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor