file access time and file modification time

2019-07-08 Thread mjbaars1977.bug-bash
Hi,I'm having some difficulties with the file access time and the file modification time. Scripts are attached for your convenience.Regards,Mischa Baars.Sent from my Samsung Galaxy smartphone. conditional.sh Description: application/sh accesstime.sh Description: application/sh

Re: file access time and file modification time

2019-07-08 Thread
On Mon, 08 Jul 2019 09:29:19 +0200 "mjbaars1977.bug-bash" wrote: > Hi,I'm having some difficulties with the file access time and the file > modification time. Scripts are attached for your convenience.Regards,Mischa > Baars.Sent from my Samsung Galaxy smartphone. If you are using Linux, you sh

Re: man page minor correction

2019-07-08 Thread Chet Ramey
On 7/7/19 1:05 PM, Edward Huff wrote: > Bash Version: 5.0 > Patch Level: 7 > Release Status: release > > Description: > Incomplete list of symbols that "lose their special properties" Thanks for the report. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

Looking for key-bound auto-completed arg buffer in readline/bash.

2019-07-08 Thread David Weeks
Hello All, I first wrote the help-b...@gnu.org list, thinking this was already a feature, but I've not found it. On occasion, I have to clean up some seriously broken filenames, full of control chars, code points, and whatnot, filenames that my perl script gives up on.  That script cleans 99

continued alias problem -- some work, some don't, why?

2019-07-08 Thread L A Walsh
I have been trying to use something like a continued alias (space following the expansion). So I have several modifies on a var my -a -i -x foobar=(1 2 3) my -p foobar declare -aix foobar=([0]="1" [1]="2" [2]="3") That's what I am wanting, But trying various aliases, I'm not getting consistent r

building bash 5.x problems+coredumps

2019-07-08 Thread L A Walsh
This hasn't worked for me yet, that I remember. Some of itt may be in some library I'm linking, but not sure what might be causing the problem. In making bash with the 7 patches, I get various warnings and a coredump: . -I../../lib -fpic -march=native -pipe -flto -Wl,--no-as-needed -Og -g3 -ggd

Re: building bash 5.x problems+coredumps

2019-07-08 Thread Eduardo Bustamante
On Mon, Jul 8, 2019 at 3:44 PM L A Walsh wrote: > > This hasn't worked for me yet, that I remember. Some of itt may be in some > library I'm linking, but not sure what might be causing the problem. Can you provide more information about your environment? - Compiler & version version - "configur