home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Utilities / DataKeeper / DataKeeper.app / script_df < prev   
Text File  |  1992-08-06  |  201b  |  11 lines

  1. BEGIN   {
  2.         getline;
  3.                 }
  4.         {
  5.                 if (! index( $1, ":" ) ) {      
  6.                 printf "%s %d %s\n", $1, $3, $6;
  7.                 }
  8.         }
  9. END     {
  10.         }
  11.