Re: [dev] [query] A tool for filtering lists of filenames with return codes

2016-05-20 Thread Eric Pruitt
On Fri, May 20, 2016 at 07:29:28AM -0700, Evan Gates wrote: > This ability is already built in to find using the -exec primary. And > newline delimited lists of files are not safe. If the program you are > piping to supports nul delimited lists you can print them in POSIX > find by doing I know us

Re: [dev] [query] A tool for filtering lists of filenames with return codes

2016-05-20 Thread Evan Gates
On Thu, May 19, 2016 at 5:09 PM, Eric Pruitt wrote: > I wrote a tool for filtering lists of files based on return codes of > subprocesses called "query:" https://github.com/ericpruitt/query . > > Find all dynamically linked executables: > > find -type f | query sh -c 'ldd "$QUERY_FILENAME"' >

Re: [dev] [query] A tool for filtering lists of filenames with return codes

2016-05-20 Thread Eric Pruitt
On Fri, May 20, 2016 at 10:56:03AM +0200, Hiltjo Posthuma wrote: > Briefly tested on OpenBSD and found a small issue (patch attached). Thanks. I also saw that warning on OS X, but the include didn't make it back into the repo. This has been fixed. Eric

Re: [dev] [st] [patch] clipboard properties burn after reading

2016-05-20 Thread v4hn
On Fri, May 20, 2016 at 02:00:34PM +0200, hiro wrote: > please point out a working version of synergy. > after the latest degradation into a startup company all their crap has > stopped working for me. I didn't notice (nor care). I still use 1.4.15 and that worked pretty stable for my setup (two l

Re: [dev] [st] [patch] clipboard properties burn after reading

2016-05-20 Thread hiro
slightly related: please point out a working version of synergy. after the latest degradation into a startup company all their crap has stopped working for me.

Re: [dev] [query] A tool for filtering lists of filenames with return codes

2016-05-20 Thread Hiltjo Posthuma
On Thu, May 19, 2016 at 05:09:55PM -0700, Eric Pruitt wrote: > I wrote a tool for filtering lists of files based on return codes of > subprocesses called "query:" https://github.com/ericpruitt/query . > > Find all dynamically linked executables: > > find -type f | query sh -c 'ldd "$QUERY_FIL