×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 2/1/21 10:02 AM, Chris Pando wrote:
find . -type f | egrep -v zip$
from the shell will give you every file that doesn't end with zip.
find . -type d
Interesting. I've used the Linux "find" (in fact, I use it like crazy in
our AWS EC2 instances), and I've used the MacOS/BSD "find" (which is
slightly, but maddeningly, different from the Linux version), but I
never knew that QShell had a "find."
And I see that the "-name" parameter also works (which also bears on the
problem).
And it seems much simpler (albeit perhaps less flexible) than Larry's
SQL solution (which is one I hadn't in my wildest dreams imagined).
The issue here is that we have a directory that contains too many
entries for WRKLNK to display without some serious subsetting, let alone
that it's too many entries for one human being to deal with in a
reasonable amount of time (e.g., complete the analysis sometime before
heat-death of the universe).
Just out of morbid curiosity, are there other solutions (that wouldn't
involve spending all day researching API calls and writing a program to
use them)?
Thanks.
--
JHHL
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.