Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

vmd in terminal

#wthout display
vmd -dispdev text new.psf a.run.dcd b.run.dcd c.run.dcd -eofexit < /home/path/your_script.tcl

vmd -dispdev text -parm7 prmtop.strip -netcdf abc_all.netcdf -eofexot < script.tcl

#with display 
vmd -parm7 prmtop.strip -netcdf abc_all.netcdf -e ./script.tcl

#try this also : vanish instatnly 
vmd -parm7 prmtop.strip -netcdf abc_all.netcdf < script.tcl 
add " sleep 5 "  inside the script
Comment

vmd in terminal

#wthout display
vmd -dispdev text new.psf a.run.dcd b.run.dcd c.run.dcd -eofexit < /home/path/your_script.tcl

vmd -dispdev text -parm7 prmtop.strip -netcdf abc_all.netcdf -eofexot < script.tcl

#with display 
vmd -parm7 prmtop.strip -netcdf abc_all.netcdf -e ./script.tcl

#try this also : vanish instatnly 
vmd -parm7 prmtop.strip -netcdf abc_all.netcdf < script.tcl 
add " sleep 5 "  inside the script
Comment

PREVIOUS NEXT
Code Example
Shell :: bash script comment 
Shell :: nginx block post files 
Shell :: dos view all files 
Shell :: add anaconda to git bash 
Shell :: create ssh key for github 
Shell :: bash list all files in directory and subdirectories 
Shell :: bash split array into chunks 
Shell :: vim remove all commented lines 
Shell :: laptop slow performance linux ubuntu 
Shell :: remove folder from gitlab main branch repository 
Shell :: install kubectl ubuntu 
Shell :: loops in shell script 
Shell :: cache github credentials ubuntu 
Shell :: where is my ubuntu folder located 
Shell :: macos netcat start listening 
Shell :: docker start container 
Shell :: how to install phpmyadmin with nginx on ubuntu 20.04 
Shell :: bash add all numbers 
Shell :: add local gitignore file 
Shell :: how to copy my pub ssh key to server linux 
Shell :: path/to/sdkmanager --install "cmdline-tools;latest" 
Shell :: open folder from terminal 
Shell :: add git in project 
Shell :: download office 365 for ubuntu 
Shell :: composer install via cmd 
Shell :: github config 
Shell :: crontab command 
Shell :: how to fix git commits 
Shell :: shell redirect all to /dev/null 
Shell :: how to fork from github to bitbucket 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =