home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / old-linux / info / faq / Welcome
Text File  |  1993-10-28  |  941b  |  30 lines

  1.                   Welcome to the Slackware F Disk series.
  2.  
  3.  
  4. The F disk series is a (hopefully) handy compilation of Linux specific and
  5. other related FAQ's.  The collection currently contains:
  6.  
  7.     - the Linux HOWTO's,
  8.     - the Linux FAQ
  9.     - various languages/utilities/compilers, including C, g++,
  10.         libg++, Fortran, Objective-C, TCL, Lisp, Perl, and Postscript
  11.     - the unix faq from Comp.unix.questions
  12.     - various Xwindows faq's
  13.  
  14. Granted, one can get these from rtfm.mit.edu (except for the HOWTO's, which
  15. can be retrieved from sunsite.unc.edu and tsx-11.mit.edu), but not everyone
  16. has net access when they need the faq's.
  17.  
  18.  
  19.  
  20. If you have any comments, suggestions, or questions, you can send email to me
  21. at jnelson@badlands.nodak.edu.  I check in there at least once a day.
  22.  
  23. Question #1: How to I read all these *.gz files?
  24.  
  25. Answer: With "zless", like this:
  26.  
  27. zless SLACKWARE_MINI_FAQ.gz 
  28.  
  29. Including the ".gz" at the end is optional with zless.
  30.