Config.in 554 B

1234567891011121314
  1. config ADK_PACKAGE_FILE
  2. prompt "file.............................. a file type guesser"
  3. tristate
  4. default n
  5. help
  6. The file command is "a file type guesser", that is, a command-line
  7. tool that tells you in words what kind of data a file contains. Unlike
  8. most GUI systems, command-line UNIX systems - with this program
  9. leading the charge - don't rely on filename extentions to tell you the
  10. type of a file, but look at the file's actual contents. This is, of
  11. course, more reliable, but requires a bit of I/O.
  12. http://www.darwinsys.com/file/