Re: strange output

2022-03-13 Thread Cătălin George Feștilă
right , is a binary gcc on that folder ! ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

Re: strange output

2022-03-13 Thread Demi Marie Obenour
On 3/13/22 15:29, Cătălin George Feștilă wrote: > I run this command on my root > > #cat /usr/bin/gcc > > ... and I got a large strange output ... > > What is this? Is it a bug? It’s normal: you are viewing the contents of `/usr/bin/gcc`, which is a binary file. -- Sincerely, Demi Marie

Re: strange output

2022-03-13 Thread Tomasz Torcz
On Sun, Mar 13, 2022 at 07:29:27PM -, Cătălin George Feștilă wrote: > I run this command on my root > > #cat /usr/bin/gcc > > ... and I got a large strange output ... You just printed executable binary. It is not supposed to be displayed like that. > What is this? Is it a bug? No,