From: bybaker_at_itsa.ucsf.edu
Date: Fri Sep 02 2005 - 21:09:25 CDT

('binary' encoding is not supported, stored as-is) Hello, VMD:

I am haveing trouble to run 'vmdtext'. I check the NAMD mail-list.
Someone suggested that one should create an alias with vmdtext. Here
is message from the mail list:

-----
in cshrc you add to your .cshrc:

 alias vmdtext 'vmd -dispdev text'

in bash, you aff to your .bashrc:

alias vmdtext='vmd -dispdev text'

-----

I tried the above instructions. Here is how I did: open a terminal
window (or VMD TkConsole)

[--------:~] bo% alias vmdtext='vmd -dispdev text'
[--------:~] bo% vmdtext -e ubq.pgn
tcsh: vmd: Command not found.

Main console display active (Tcl8.4.2 / Tk8.4.2)
(bo) 1 % alias vmdtext='vmd -dispdev text'
vmdtext='vmd
>Main< (bo) 2 % vmdtext -e ubq.pgn
invalid command name "-dispdev"
>Main< (bo) 3 % alias vmdtext 'vmd -dispdev text'
vmdtext
>Main< (bo) 4 % vmdtext -e ubq.pgn
invalid command name "'vmd"

vmd > alias vmdtext='vmd -dispdev text'
vmd > vmdtext -e ubq.pgn
invalid command name "vmdtext"
vmd >

-------

Seems that I didn't get to the right path. I am not good at unix
system. Could anyone give me some instructions on how can I find
.cshrc in my computer and how to alias 'vmdtex' ? I use Mac OS X
10.3 (It is seems a 'tsch'), and Window XP. And VMD 1.8.3.

Thanks for your help.

Bo