<<<<< TERMINAL SCREEN DRAWING SUBROUTINE >>>>>>>>

UTERMINAL

                    TERMINAL                  

NEXT

 $V1$
                                              
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

If they want to quit, do so

PAGETURNER

If they want to quit, do so
    <<<<<< REVIEW CLEANING SUBROUTINE >>>>>>

ENCORE

    <<<<<< CLEAN THE INSIDE OF BOUNDED ARE ONLY >>>>>

GO

 ARCHIVING FILES ON A FLOPPY DISK
??Bsd: need Bsd version of archiving
  The process of archiving or writing on a floppy disk  
  involves copying the specified files from the hard disk 
  onto the floppy.

  The commonly used command for writing
  to a floppy disk in the high density (top) drive is:

   tar  cvbf  20  $Xenixdev$  [filename(s)]

  The commonly used command for
  writing on a floppy disk under UNIX is:

   ls  [filenames]  |  cpio  -ovB  >  $Unixdev$

  Similarly, the command for writing
  on a DSDD floppy disk in the low density (bottom) drive is:

   tar cvbf 20  /dev/rfd148ds9  [filename(s)]

  Similarly, the command for writing
  on a floppy disk in the second drive (if there
  is one) is:

   ls   [filename(s)]  |  cpio - ovB  >  /dev/rSA/diskette2
Writing to the diskette command practice, - 1.6.3.0.2
 they don't know enough to do this AND they're not even helped.
 All the info is on the previous screen and they haven't been
 told what any of the arguments mean!
 Let us copy the file forecast onto the DSDD
 disk in the low density drive by using the tar command.
 Let us copy the file forecast onto the disk
 in the primary drive using the cpio command.
 $PROMPT$
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 Please type tar cvbf 20 /dev/rfd148ds9 forecast
 Please type tar cvbf 20 /dev/rfd148ds9 forecast
 Please type ls forecast | cpio -oBv > /dev/rsave
 Please type ls forecast | cpio -oBv > /dev/rsave
 I guess I must type this for you:
                                        
 $PROMPT$

FORGET1

  Observe the result on the terminal!
 tar cvbf 20 /dev/rfd148ds9 forecast
 ls forecast | cpio -oBv > /dev/rsave
 forecast
 a  forecast 40 blocks
 $        
 40 blocks
 $        
 When the light on the disk drive goes off
 you may remove the floppy disk.