From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Out_File , excess line Date: Sun, 31 Jan 2016 17:00:25 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="d1f7d2633ee45ab9629ebafbf83c9647"; logging-data="16240"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198vZ437ws3TQrFtBe3Dly9ER3wl0viJ7I=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:69o0iZRTouRkmX8YsfFadAhs3Uo= sha1:WdxFEPzTD6Y6sGYtAs6vWu8S9uU= Xref: news.eternal-september.org comp.lang.ada:29306 Date: 2016-01-31T17:00:25+00:00 List-Id: "Dmitry A. Kazakov" writes: > No, that does not copy a file. That 1) interprets a file context as a > text file specific to the given operating system and then 2) writes > the interpretation into another file. So it is a file conversion. Well, you're right, but it's not that far off for most purposes, and not far from what OP is asking about (I think ..)