Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   prs.1p    ( 1 )

распечатать файл SCCS (РАЗРАБОТКА) (print an SCCS file (DEVELOPMENT))

Примеры (Examples)

1. The following example:

prs -d "User Names for :F: are:\n:UN:" s.file

might write to standard output:

User Names for s.file are: xyz 131 abc

2. The following example:

prs -d "Delta for pgm :M:: :I: - :D: By :P:" -r s.file

might write to standard output:

Delta for pgm main.c: 3.7 - 77/12/01 By cas

3. As a special case:

prs s.file

might write to standard output:

s.file: <blank line> D 1.1 77/12/01 00:00:00 cas 1 000000/00000/00000 MRs: bl78-12345 bl79-54321 COMMENTS: this is the comment line for s.file initial delta <blank line>

for each delta table entry of the D type. The only option allowed to be used with this special case is the -a option.