Re: How to randomize a list?

2018-01-14 Thread Vlad Ghitulescu
Hi, Sam! Thanks for staying with me! :-) On 14 Jan 2018, at 22:31, Sam Hathaway wrote: So sorry for leading you astray with `shuf`. I’ve had GNU Coreutils installed for so long that I’ve forgotten what’s in stock macOS. (sorry for the following dumb questions… I've used Linux last time in

Re: How to randomize a list?

2018-01-14 Thread Sam Hathaway
So sorry for leading you astray with `shuf`. I’ve had GNU Coreutils installed for so long that I’ve forgotten what’s in stock macOS. It sounds like your `sort` is too old to have `-R`. Jean-Christophe’s Perl solution would probably be easiest at this point. Try replacing the contents of

Re: How to randomize a list?

2018-01-14 Thread Vlad Ghitulescu
Hi, Jean-Christophe! sort -R brings this error message: sort: invalid option -- R Try `sort --help' for more information. and sort --help brings this: -- Vlads27iMac2012:~ Vlad$ sort --help Usage: sort [OPTION]... [FILE]... Write sorted concatenation of all FILE(s) to standard output.

Re: How to randomize a list?

2018-01-14 Thread Vlad Ghitulescu
Hi, Sam! Thanks for the explanations & reminder (I think Chris was so nice to show me this once - because I still have two TextFilters - but I didn't use it since then and I've forgot :-((() It seems that shuf is not there, because everything I've got is this error message: /Application

[ANN] Erlang Language Module v1.4

2018-01-14 Thread Paul Guyot
Hello, I'm pleased to announce v1.4 update of the Erlang language module, recompiled for forthcoming BBEdit 12.1. You can download it here: https://github.com/pguyot/erlang-bblm/releases/tag/v1.4 Source code is available as well. Changes: • [ENH] Upgraded for BBEdit 12.1 (64 bits).

Re: Text filter question

2018-01-14 Thread Greg Raven
Yes, it was (and is) executing, it just wasn't working correctly. It works better with the trailing hyphen, but it's still clunky. Fortunately, I have CodeKit.app as a fallback, and it works great. On Sunday, January 14, 2018 at 12:31:54 AM UTC-8, lucbress wrote: > > Is it made executable? > >

Re: Text filter question

2018-01-14 Thread Luc Bressinck
Is it made executable? > Op 13 jan. 2018, om 17:44 heeft Greg Raven het volgende > geschreven: > > D’oh! I didn’t read down that far. Thanks, Fletcher! > > Sent from my iPhone > > On Jan 13, 2018, at 8:13 AM, Fletcher Sandbeck