Path: csiph.com!news.mixmin.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: bart again (UCX64) Date: Thu, 31 Aug 2023 13:17:37 -0700 Organization: None to speak of Lines: 32 Message-ID: <87o7in7yqm.fsf@nosuchdomain.example.com> References: <20230828174502.a279eb2b4ea06fac68dc6561@g{oogle}mail.com> <65d28a7d-ffd5-4b8b-b3f0-2500bb05f9b7n@googlegroups.com> <557bf807-40c7-404b-9242-c26975faa42fn@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="e8d899b8fafb490ef1d8e527231431ae"; logging-data="3609987"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+swcEhHP4SOuOsVxcm222/" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:Zhj7LzgNUaDkZj6HsetCNIvQ/LQ= sha1:IWJjYVRN5yNtsOv/0lq7VXWDK38= Xref: csiph.com comp.lang.c:173431 Bart writes: [...] > If the compiler is doing multiple files, especially a slow compiler, > then it is highly useful to know where it's up to, or what it's stuck > on. > > But this seems to be a Linux thing: if I do 'cp *.c dest', then > nothing is output, until you get the prompt back. So, did work, did it > copy anything, was it one big file, or lots of small ones? > > If I do 'copy *.c test' on Windows, it shows each file copied, and it > tells how many files were copied in all. The 'cp' command needs '-v' > to force to show what it's doing. > > The defaults are backwards. [...] I acknowledge that you prefer tools to be verbose, and that you have perfectly valid reasons to want a compiler to show what it's doing and for a file copying program to print the name of each file as it's copying it. Please acknowledge that others have valid preferences that differ from yours. I'm not even asking you to understand why, or to like it, just that different valid preferences exist. Or don't. Up to you. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */