home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume7 / nlist / file.sys53 < prev    next >
Encoding:
Text File  |  1989-08-05  |  193 b   |  11 lines

  1. #! /bin/sh
  2.  
  3. echo "Dumping 50 entries of the file table"
  4.  
  5. nlist -ap -s 0 -fd -h 2 -l 50 \
  6.     '^. 1 +:  #%3d' \
  7.     '_file>12|1:Flag%4o' \
  8.     '&.=&-1 2+|2:Count%5u' \
  9.     ':"Inode"%10x' \
  10.     ':"Offset"%10d'
  11.