Just a question on the uuencode. You say:
> Regarding uuencode: it's second parameter (or first, if there is just one > and the input is taken from stdin) is actually the remote filename, placed > together with the original attribute bits on the first line for retrieval > at decode time, and superfluous for MIME use (in which case, always pass > "-m" as well to use base64 encoding and remove first and last line). The > encoded output is always sent to stdout, so you should use: > > uuencode -m <myinputfile remotefilename >myoutfile This does work for me now so thanks. But I would like to remove the first and last line as you say. How do I do that? I thought you meant: uuencode -m <myinputfile -m remotefilename >myoutfile But that didn't work. Neither did this: uuencode -m <myinputfile -m >myoutfile If I can get this working then I am all set to get it all working! Your assistance would be greatly appreciated. Angus _______________________________________________ Astlinux-users mailing list [email protected] http://lists.kriscompanies.com/mailman/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
