Re: copy and move files
- From: Charles Russell <NOSPAM@xxxxxxxxxxxxx>
- Date: Sat, 31 Mar 2007 12:24:14 -0600
Charles Russell wrote:
Fluid wrote:
Hi, i need help.i am a quite new user of fortran. I would like toIf you are indeed a *user* rather than a *programmer*, you may find it simpler to separate the math from the housekeeping, and call both your fortran code and the system utilities from a makefile, a shell script, or one of the many scripting languages.
rename a file (used as input file) and move it to another directory.
Which command can I use?
thanks
Perhaps this was too terse for a novice, so I'll elaborate. Fortran is easy if you stick to math, but otherwise things can get quite complicated. So for simplicity do the math in fortran, try to find some simple high-level tool for anything else, and glue everything together in a script. I usually do this with an extra target or two in the same makefile that builds the fortran executable. Learning to use makefiles (and to build libraries) is worth the hassle even for an occasion/casual *user*.
.
- References:
- copy and move files
- From: Fluid
- Re: copy and move files
- From: Charles Russell
- copy and move files
- Prev by Date: Re: The Elements of Fortran Style
- Next by Date: Re: The Elements of Fortran Style
- Previous by thread: Re: copy and move files
- Next by thread: writing fortran variable to file in gdb
- Index(es):
Relevant Pages
|