Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

4.0;crf (create_file), revision 4.0, 82/03/23
CRF (CREATE_FILE) -- Create a file.
usage:  CRF pathname...  {CL}


FORMAT

  CRF pathname...


CRF  creates  a  zero-length  file  with  the  specified  pathname. The new file
receives its parent directory's initial ACL for files.   (See  the  ACL  command
description in the DOMAIN System Command Reference Manual for more information.)
The  file type is set to OBJECT and the file is made permanent.  The type UID is
set to nil.

This command is most useful for system-level debugging. Use the Display  Manager
editing capability to create normal text files.


ARGUMENTS

  pathname
  (required)          Specify  file  to  be  created.    Multiple  pathnames are
                     permitted, separated by blanks.


OPTIONS

  This command uses the command line parser, and so also  accepts  the  standard
  command options listed in HELP CL.


EXAMPLES


    $ crf my_file

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026