[gmx-users] perl script running
Mirco Wahab
mirco.wahab at chemie.tu-freiberg.de
Mon Jul 14 21:39:14 CEST 2014
On 14.07.2014 21:05, elham tazikeh wrote:
> how can i running perl script files in my linux ?
This is not a Gromacs-related question. Questions
like these are best answered in appropriate
sites like stackoverflow.com
> is this correct?
> chmod +x *.pl
yes, but most probably unnecessary
> perl ./ *.pl *.xpm
The first argument (the current directory) is
no valid command line parameter for the perl
interpreter at this point. For th other two parameters,
the Linux-shell will expand the '*' (wildcard) to all
matching names from the current directory in any order
the shell finds reasonable. This is probably not what
you want.
Ask your question on:
http://stackoverflow.com
or (maybe better) on:
http://unix.stackexchange.com/
More information about the gromacs.org_gmx-users
mailing list