Re: [Non-DoD Source] Re: Please advise work around or bug fix

2021-03-26 Thread Bob Proulx
Bob Proulx wrote: > Then I would use this following technique since it effectively exactly > answers the question you asked. Try this: > > find . -size +1k -exec sh -c 'ls -1sd "$@"' sh {} + Berny asked me why I chose to do it that way instead of the simpler and more direct following. fi

RE: [Non-DoD Source] Re: Please advise work around or bug fix

2021-03-26 Thread Yuen, Kam-Kuen CIV USARMY DEVCOM AC (USA)
) Cc: bug-findutils@gnu.org Subject: Re: [Non-DoD Source] Re: Please advise work around or bug fix All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying and

Re: [Non-DoD Source] Re: Please advise work around or bug fix

2021-03-25 Thread Bob Proulx
Yuen, Kam-Kuen CIV USARMY DEVCOM SC (USA) wrote: > But I try the following and has the attached sample output. > > find . -size +1k -ls > > Q) Where can I find the columns heading? The standard ls command does not > have the first two columns data. > Is there a good documentation that I can

RE: [Non-DoD Source] Re: Please advise work around or bug fix

2021-03-25 Thread Yuen, Kam-Kuen CIV USARMY DEVCOM SC (USA)
USARMY DEVCOM SC (USA) Cc: bug-findutils@gnu.org Subject: [Non-DoD Source] Re: Please advise work around or bug fix Yuen, Kam-Kuen CIV USARMY DEVCOM SC (USA) via Bug reports for the GNU find utilities wrote: > I am running the following command and the "ls" command gives error >