Re: SIGSEGV in GNU bash, version 5.1.4(1)-release (sparc-sun-solaris2.10)

2021-01-01 Thread Dennis Clarke
On 12/31/20 12:31 AM, Chet Ramey wrote: > On 12/29/20 7:28 PM, Dennis Clarke wrote: >> >> Firstly as a minor nit that seems to re-appear yearly there are still >> source files in the release tarballs that are not readable to a normal >> user : >> >> # >> #  find . -ls | grep '\-\-\-' >> 7348095   2

Re: New Feature Request

2021-01-01 Thread Ángel
On 2020-12-27 at 13:30 -0500, Saint Michael wrote: > Yes, superglobal is great. > Example, from the manual: > " Shared Memory > Shared memory allows one or more processes to communicate via memory > that appears in all of their virtual address spaces. The pages of the > virtual memory is referenced

Re: 'Find' inside loop buggy, incorrectly make up dir.

2021-01-01 Thread Andreas Kusalananda Kähäri
On Fri, Jan 01, 2021 at 06:12:32PM +0700, Budi wrote: > find or bash or anything has made a bit buggy behavior > > for n in dircopy dircopy1 ;{ > > sudo find /usr/bin /usr/local -regextype posix-extended -iregex > '.*|.*' '(' -type d '(' -path '* *' -printf ''\''%p/'\''\n' -o -printf > '%p/\n' ')

Re: 'Find' inside loop buggy, incorrectly make up dir.

2021-01-01 Thread Léa Gris
Le 01/01/2021 à 12:12, Budi écrivait : find or bash or anything has made a bit buggy behavior Budi this is the wrong list for your question because it is 100 unrelated to Bash's bugs. Try to search the web, where there are plenty of resources to help with using the find utility to copy or mov

'Find' inside loop buggy, incorrectly make up dir.

2021-01-01 Thread Budi
find or bash or anything has made a bit buggy behavior for n in dircopy dircopy1 ;{ sudo find /usr/bin /usr/local -regextype posix-extended -iregex '.*|.*' '(' -type d '(' -path '* *' -printf ''\''%p/'\''\n' -o -printf '%p/\n' ')' -o '(' -path '* *' -printf ''\''%p'\''\n' -o -printf '%p\n' ')' ')