home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / apps / 4640 < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.0 KB  |  49 lines

  1. Newsgroups: comp.os.os2.apps
  2. Path: sparky!uunet!math.fu-berlin.de!informatik.tu-muenchen.de!rommel
  3. From: rommel@Informatik.TU-Muenchen.DE (Kai-Uwe Rommel)
  4. Subject: Re: bugs in GNU file utils?
  5. References: <1992Jul20.131435.5815@relay.nswc.navy.mil> <rick.6.711671081@sjsumcs.sjsu.edu> <1992Jul21.035553.19209@unixg.ubc.ca>
  6. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  7. Organization: Technische Universitaet Muenchen, Germany
  8. Date: Tue, 21 Jul 1992 22:14:30 GMT
  9. Message-ID: <1992Jul21.221430.28033@Informatik.TU-Muenchen.DE>
  10. Lines: 37
  11.  
  12. In article <1992Jul21.035553.19209@unixg.ubc.ca> ochealth@unixg.ubc.ca (ochealth) writes:
  13. >with ls, mv etc:
  14. >
  15. >it won't do globbing of the form set: [stuff]
  16. >ie ls [a-z]* to list files starting with a to z.
  17. >maybe I'm assuming too much, but isn't it supposed to glob that?
  18.  
  19. The globbing is (under Unix) done by the shell, not by the programs. The
  20. mentioned programs do the normal OS/2 filename globbing provided by the
  21. C library. If you want more advanced globbing, you need a Unix like
  22. shell for OS/2.
  23.  
  24. >with ls:
  25. >ls -a won't list OS/2 hidden files (although I think it lists UNIX style
  26. >hidden files like .file). ls -a also complains about the file .. in the
  27. >root directory of a drive (it's not there, so ls  shouldn't complain about
  28. >not finding it!)
  29.  
  30. ls -a lists hidden files, but not system files. This makes a difference.
  31. Also, the .. bug occures only on HPFS root directories. But there *is* a
  32. .. directory returned by DosFind* even in the root, but you can't stat it.
  33.  
  34. >question:
  35. >the old GNU dd used to take inf=0,1,2 or outf=0,1 etc to read a drive
  36. >as a block device. Has this been removed? I can't get it to work...
  37.  
  38. This was removed because I never used it. I could put that back in.
  39. However, *if* it is put back in, some enhancements would be nice, such
  40. as accessing logical and physical drives (partitions vs. physical disks)
  41. differenly.
  42.  
  43. Kai Uwe Rommel
  44.  
  45. /* Kai Uwe Rommel --- rommel@informatik.tu-muenchen.de */
  46.  
  47. DOS ... is still a real mode only non-reentrant interrupt
  48. handler, and always will be.                -Russell Williams
  49.