Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.mac.system > #137104
| From | Dr Eberhard W Lisse <nospam@lisse.NA> |
|---|---|
| Newsgroups | comp.sys.mac.software, comp.sys.mac.systems, comp.sys.mac.system, comp.sys.mac.apps |
| Subject | Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? |
| Date | 2021-07-03 21:31 +0200 |
| Message-ID | <ikbs80Fig77U4@mid.individual.net> (permalink) |
| References | <XeGdnWshZZWW-kP9nZ2dnUU7-QNQAAAA@earthlink.com> <G9OdnRZ_ovU-FUP9nZ2dnUU7-fnNnZ2d@supernews.com> <0001HW.268F42370BECC43F7000098EA38F@news.supernews.com> <ikaj5sFapbsU1@mid.individual.net> <0001HW.269094CC0C3C1F9D7000099F038F@news.supernews.com> |
Cross-posted to 4 groups.
I am so impressed by the wannabe plonkers.
el
On 2021-07-03 14:51 , Wolffan wrote:
> On 2021 Jul 03, Dr Eberhard W Lisse wrote
> (in article <ikaj5sFapbsU1@mid.individual.net>):
>
>>
>> I find files like so:
>>
>> find ~/Library/Application\ Support/TextMate/Managed/Bundles \
>> -depth 1 -name '*.tmbundle' \
>> -exec bash -c '
>> tput bold;
>> echo -n "$(defaults read "{}/info.plist" name): ";
>> tput sgr0;
>> echo $(if cd "{}/Syntaxes" 2>/dev/null;
>> then
>> for syntax in *.plist *.tmLanguage;
>> do
>> if [ -f "${syntax}" ];
>> then
>> /usr/libexec/PlistBuddy -c \
>> "Print :scopeName" "${syntax}" \
>> 2>/dev/null \
>>> grep -v "[\{\}]";
>> fi;
>> done;
>> fi)' \; \
>>> sort -f
>>
>> or
>>
>> find $HOME -not \( -path $HOME/Library -prune \) \
>> -not \( -path $HOME/Downloads -prune \) \
>> -not \( -path $HOME/.cpan -prune \) \
>> -name '*.pl' \
>> -type f \
>> -exec grep ^use {} ';' \
>>> awk '{print $2}' \
>>> sed 's/;//g' \
>>> sort -u \
>>> grep -v \
>> -e '#' -e '5.' -e 'v5.10' \
>> -e ^and \
>> -e ^Apache \
>> -e ^base \
>> -e ^bytes \
>> -e ^constant \
>> -e ^experimental \
>> -e ^feature \
>> -e ^fields \
>> -e ^hasn \
>> -e ^lib \
>> -e ^open \
>> -e ^routines. \
>> -e ^strict \
>> -e ^subs \
>> -e ^sysread \
>> -e ^use \
>> -e ^vars \
>> -e ^version \
>> -e ^warnings \
>> -e ^when
>>
>> for example.
>>
>> I find that having a very hierarchical $HOME directory and forcing
>> oneself to be consistent in where one puts what, obliviates the need
>> for large scale file shifting.
>>
>> I have no objections to Spotlight per se, but I haven't needed it
>> either.
>>
>> el
>
> going to a lot of trouble writing scripts vs just using the built in search
> feature... decisions, decisions.
>
> giving a damn about a troll’s opinions... hmm, nope.
>
> Say bye, Ebie. You’re about to be plonked.
>>
>>
>> On 2021-07-02 14:46 , Wolffan wrote:
>>> On 2021 Jul 01, Bob Campbell wrote
>>> (in article<G9OdnRZ_ovU-FUP9nZ2dnUU7-fnNnZ2d@supernews.com>):
>>>
>>>> On 7/1/21 9:08 PM, Ant wrote:
>>>>> It seems I have to do it monthly
>>>>> (https://support.apple.com/en-us/HT201716) since it is not finding all
>>>>> matched Office documents in Documents folder. This never happened in
>>>>> older versions like Mojave v10.14. :(
>>>>
>>>> Never. I have never used search ever, on Mac or on Windows. In over
>>>> 30 years of using computers - at home and at work - I have never needed
>>>> to search for anything.
>>>
>>> Interesting. I have a 2 TB HDD and a 1 TB SSD internally on this machine,
>>> and
>>> have access to over 40 TB of storage, by USB, in a NAS, and in network
>>> connections to other computers, Mac, Windows, and Linux. Finding files in
>>> all
>>> that would be non-trivial without using search. So... how _do_ you find
>>> files? How much storage is on your machine(s)? How much time do you spend
>>> moving around files and folders? What is your objection to using search?
>
>
Back to comp.sys.mac.system | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-01 20:08 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-01 20:09 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Bob Campbell <none@none.none> - 2021-07-01 23:31 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-01 23:46 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-01 21:34 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-02 09:11 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-02 00:25 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard Lisse <nospam@lisse.NA> - 2021-07-02 11:54 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-02 16:49 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Wolffan <akwolffan@zoho.com> - 2021-07-02 14:18 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 09:28 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Wolffan <akwolffan@zoho.com> - 2021-07-03 08:48 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 21:29 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 09:27 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Wolffan <akwolffan@zoho.com> - 2021-07-03 08:49 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-02 07:37 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard Lisse <nospam@lisse.NA> - 2021-07-02 16:22 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-02 11:12 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 09:33 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-02 16:48 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-02 13:14 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-03 01:43 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 09:40 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 09:39 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 09:28 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-03 12:59 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 21:30 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Wolffan <akwolffan@zoho.com> - 2021-07-02 08:46 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-02 16:41 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 09:50 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Wolffan <akwolffan@zoho.com> - 2021-07-03 08:51 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 21:31 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-03 12:59 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 21:41 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-03 17:20 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-05 00:13 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-02 06:44 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Wolffan <akwolffan@zoho.com> - 2021-07-02 08:39 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-02 17:29 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Wolffan <akwolffan@zoho.com> - 2021-07-03 09:01 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Jolly Roger <jollyroger@pobox.com> - 2021-07-03 15:28 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-04 03:17 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-09 02:23 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-04 03:18 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-09 02:26 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-09 13:07 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-09 09:14 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-09 22:51 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-09 19:25 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-10 14:42 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-10 14:32 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-10 18:57 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-10 22:17 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-09 14:55 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-09 22:50 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-09 23:41 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? super70s <super70s@super70s.invalid> - 2021-07-11 18:03 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-12 13:33 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? super70s <super70s@super70s.invalid> - 2021-07-13 05:09 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? ant@zimage.comANT (Ant) - 2021-07-09 23:49 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? super70s <super70s@super70s.invalid> - 2021-07-02 15:26 -0500
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Fishrrman <Fishrrman2000@yahoo.com> - 2021-07-03 12:14 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-03 12:59 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-03 21:43 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? TimS <timstreater@greenbee.net> - 2021-07-03 19:59 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-03 17:20 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-05 00:15 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-04 15:18 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard Lisse <nospam@lisse.NA> - 2021-07-05 10:59 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-05 14:07 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-06 01:05 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-05 16:07 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-06 01:25 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-05 17:19 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? bje@ripco.com - 2021-07-06 10:01 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard Lisse <nospam@lisse.NA> - 2021-07-06 12:40 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-06 07:24 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard Lisse <nospam@lisse.NA> - 2021-07-06 16:23 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard Lisse <nospam@lisse.NA> - 2021-07-06 16:36 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? bje@ripco.com - 2021-07-06 15:44 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-06 09:41 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard W Lisse <nospam@lisse.NA> - 2021-07-07 00:39 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-06 15:50 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard Lisse <nospam@lisse.NA> - 2021-07-07 11:59 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-07 07:45 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Dr Eberhard Lisse <nospam@lisse.NA> - 2021-07-08 11:25 +0200
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-04 00:40 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? J Burns <burns@nospam.com> - 2021-07-05 16:46 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Alan Baker <notonyourlife@no.no.no.no> - 2021-07-05 14:03 -0700
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? J Burns <burns@nospam.com> - 2021-07-16 14:27 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Jolly Roger <jollyroger@pobox.com> - 2021-07-16 19:28 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? J Burns <burns@nospam.com> - 2021-07-26 15:36 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Snit <brock.mcnuggets@gmail.com> - 2021-07-26 19:41 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Jolly Roger <jollyroger@pobox.com> - 2021-07-27 15:58 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-27 21:58 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? nospam <nospam@nospam.invalid> - 2021-07-27 18:42 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Lewis <g.kreme@kreme.dont-email.me> - 2021-07-28 12:31 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Jolly Roger <jollyroger@pobox.com> - 2021-07-28 16:12 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? J Burns <burns@nospam.com> - 2021-07-31 10:22 -0400
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? Jolly Roger <jollyroger@pobox.com> - 2021-07-31 17:46 +0000
Re: How often do you rebuild your macOS Big Sur v11's Spotlight indexes? J Burns <burns@nospam.com> - 2021-08-02 00:13 -0400
csiph-web