Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!rutgers!rochester!kodak!ispd-newsserver!weimer From: weimer@ssd.kodak.com (Gary Weimer) Newsgroups: comp.unix.questions Subject: Re: How can I send a file through MAIL? Message-ID: <1990Nov27.140554.5318@ssd.kodak.com> Date: 27 Nov 90 14:05:54 GMT References: <14578@smoke.brl.mil> Sender: news@ssd.kodak.com Organization: Eastman Kodak Lines: 17 In article <14578@smoke.brl.mil> gwyn@smoke.brl.mil (Doug Gwyn) writes: >In article hobbit@shum.UUCP (yoav gonen) writes: >>How can I send a file through MAIL? > >mail whoever < file This will only work for limitted sized non-binary files (i.e. small text files). Many mailers are confused by control characters. These can be removed by uuencode'ing the file (uudecode replaces the control characters). Also, some mailers truncate or garble large files (over 64K?). There is a program called split which will break large files into smaller ones. See man pages if you didn't already know this stuff (I don't have any more info).