Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jessicaj

    FORTRAN 77: an annoying space at the beginning of OUTPUT each line

    thanx you all buddies! but my output file does not include character type and it also contain integers. so the solutions you gave me is not efficient. however, i found the solution using sed in unix. i omitted all first blanks in my output file using an sed command. sed 's/^ *//'<in.asc>out.asc
  2. jessicaj

    FORTRAN 77: an annoying space at the beginning of OUTPUT each line

    i mean both unix and dos!
  3. jessicaj

    FORTRAN 77: an annoying space at the beginning of OUTPUT each line

    i need to have my data written in an output file. but when i write them using "write" statement, fortran 77 adds a "space" at the beginning of each line whereas i have to have each line without this "space" at the beginning. in addition, my data in output file must include text and integers...

Part and Inventory Search

Back
Top