fpr(1) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

fpr(1)

fpr(1)                           User Commands                          fpr(1)



NAME
       fpr - convert FORTRAN carriage-control output to printable form

SYNOPSIS
       fpr

DESCRIPTION
       fpr  is a filter that transforms files formatted according to Fortran's
       carriage control conventions into files  formatted  according  to  UNIX
       line printer conventions.


       fpr  copies  its  input onto its output, replacing the carriage control
       characters with characters that will produce the intended effects  when
       printed  using  lpr(1). The first character of each line determines the
       vertical spacing as follows:

       Blank    One line


       0        Two lines


       1        To first line of next page


       +        No advance



       A blank line is treated as if its first character is a blank.  A  blank
       that  appears  as  a  carriage  control character is deleted. A zero is
       changed to a newline. A one is changed to a form feed. The effects of a
       "+" are simulated using backspaces.


       In UNIX System V, the asa utility is the standard, not fpr.

EXAMPLES
       Given the following file:


         write(*,'(" Blank")')
         write(*,'("0Zero ")')
         write(*,'("+        Plus ")')
         write(*,'("1One  ")')
         end



       Example 1 With actual files:


         a.out > MyOutputFile
         fpr  <  MyOutputFile |  lpr


       Example 2 With only pipes:


         a.out  |   fpr  |  lpr



       Both of the above examples produce two pages of output.


         Page 1:
              Blank

         ZeroPlus
         Page 2:
              One



BUGS
       Results are undefined for input lines longer than 170 characters.

SEE ALSO
       asa(1), lpr(1)



Studio 12.6                       August 2015                           fpr(1)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3