That `sort -i` should be `sort -f`

(I always forget that `-i` is "--ignore-nonprinting" not "--ignore-case")

I made a gist of this which includes a with a line-by-line
explanation, for people who don't speak $SHELL

https://gist.github.com/tjluoma/93c625cf860a0153019014920a0fa8d3

Tj

--
TJ Luoma
TJ @ MacStories
Personal Website: luo.ma (aka RhymesWithDiploma.com)
Twitter: @tjluoma

On Wed, May 22, 2019 at 8:30 AM TJ Luoma <[email protected]> wrote:
>
> I logged in as a different user on my Mac and BBEdit presented itself
> as "unregistered" so your best bet is probably to create a new
> _administrator_ account, then log in as that user and delete your user
> account (which I would recommend anyway).
>
> That should take are of "downgrading" most applications — except Mac
> App Store apps, which you should probably just delete. You can find
> them by running this command in Terminal:
>
> find /Applications -iname _MASReceipt -type d -maxdepth 3 -print \
> | sed 's#/Contents/_MASReceipt##g' \
> | sort -i \
> | bbedit --scratchpad
>
> (see how I made that BBEdit-related at the end there? ;-)
>
> Tj
>
>
> --
> TJ Luoma
> TJ @ MacStories
> Personal Website: luo.ma (aka RhymesWithDiploma.com)
> Twitter: @tjluoma
>
> On Wed, May 22, 2019 at 8:03 AM Ian Mason <[email protected]> wrote:
> >
> > Hi
> >
> > I'm handing over my Mac to someone else and I have my licensed copy of 
> > BBEdit 12 on it - downloaded, not AppStore version. The user I'm giving the 
> > computer to wants to carry on using the free version of BBEdit as a text 
> > editor, but I don't want to hand over my license to them - how do I 
> > 'downgrade' and 'unlicense' my installation of BBEdit on this machine?
> >
> > Ian
> >
> > --
> > This is the BBEdit Talk public discussion group. If you have a
> > feature request or need technical support, please email
> > "[email protected]" rather than posting to the group.
> > Follow @bbedit on Twitter: <https://www.twitter.com/bbedit>
> > ---
> > You received this message because you are subscribed to the Google Groups 
> > "BBEdit Talk" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to [email protected].
> > To post to this group, send email to [email protected].
> > Visit this group at https://groups.google.com/group/bbedit.
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/bbedit/1b3ea33a-b443-4878-b060-870f3e3f3c80%40googlegroups.com.

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <https://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/CADjGqHt7B7-5yOe1BgAwSBMWcjr3k-0koT7fqV4K5uwKw6MR5g%40mail.gmail.com.

Reply via email to