Re: copy and move files



Fluid wrote:
Hi, i need help.i am a quite new user of fortran. I would like to
rename a file (used as input file) and move it to another directory.
Which command can I use?
thanks

If 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.
.



Relevant Pages

  • SUMMARY: shell script help
    ... if anyone knows a good shell script list id like to know. ... the solution was to to use the IFS variable, which i think tells cat to use ... i want to grab each line of an input file then break out the columns ...
    (SunManagers)
  • What is wrong with "paste"?
    ... I made a shell script that should take selected records from an input ... file and make a new outfile (lipdata). ... input file looks like: ... correspond to the values for:Total flow, Water flow, Steam flow, ...
    (comp.unix.shell)
  • bash shell script - perl conversion
    ... thought might be a good "perl conversion exercise". ... My shell script does the following (my apologies if I am boring those ... - grep the input file INFILE for occurrences of the "$header" string, ...
    (comp.lang.perl.misc)
  • grep question
    ... I am reading search strings for grep from a input file and using it in a ... How do I grep for multiple strings in the shell script. ... Input file contains: ...
    (comp.unix.shell)
  • Re: grep question
    ... > How do I grep for multiple strings in the shell script. ... > Input file contains: ...
    (comp.unix.shell)