VMD-L Mailing List
From: Bjoern Olausson (namdlist_at_googlemail.com)
Date: Mon Jul 25 2011 - 10:05:59 CDT
- Next message: Axel Kohlmeyer: "Re: Understand a script"
- Previous message: Axel Kohlmeyer: "Re: Avoid vmd closing with script"
- In reply to: Sara baretller: "Understand a script"
- Next in thread: Axel Kohlmeyer: "Re: Understand a script"
- Reply: Axel Kohlmeyer: "Re: Understand a script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
On Monday 25 July 2011 15:35:51 Sara baretller wrote:
> Hi all
>
> I am trying to understand a script and am wondering if any body knows
> whatfind Pdbfiles and "*.pdb"
> means ???
>
> foreach f [find Pdbfiles/ -name "*.pdb"] {
> mol load pdb $f
Find is a common tool found on Linux/UNIX/BSD.... Systems
"man find":
http://unixhelp.ed.ac.uk/CGI/man-cgi?find
It searches in the folder "Pdbfiles" for all files ending in ".pdb"
You probably want to make yourself a bit familiar with the UNIX/Linux command
line tools:
http://steve-parker.org/sh/sh.shtml
http://oreilly.com/catalog/9780596154493
Cheers,
Bjoern
-- Bjoern Olausson Martin-Luther-Universität Halle-Wittenberg Fachbereich Biochemie/Biotechnologie Kurt-Mothes-Str. 3 06120 Halle/Saale Phone: +49-345-55-24942
- application/pgp-signature attachment: This is a digitally signed message part.
- Next message: Axel Kohlmeyer: "Re: Understand a script"
- Previous message: Axel Kohlmeyer: "Re: Avoid vmd closing with script"
- In reply to: Sara baretller: "Understand a script"
- Next in thread: Axel Kohlmeyer: "Re: Understand a script"
- Reply: Axel Kohlmeyer: "Re: Understand a script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]