Skip to main content

Questions tagged [bash]

The Unix shell which was the default shell in macOS until 10.15

1 vote
1 answer
185 views

Some years ago Apple dropped support for my ancient Canon Lide 30 scanner. So, I hung it off a Raspberry Pi (which still supports the scanner via scanimage) and wrote a very simple Apple Script and an ...
Buadhai's user avatar
  • 691
0 votes
1 answer
47 views

In bash (3.2.57) on MacOS 15.7.4, command line regular expressions are normally case sensitive, but when you list a range of characters, such as [a-z], the result is case insensitive. This is a ...
Mars's user avatar
  • 375