Questions tagged [bash]
The Unix shell which was the default shell in macOS until 10.15
2 questions from the last 7 days
1
vote
1
answer
185
views
AppleScript Written on Intel iMac Runs Very Slow When MBA Exported As app on M2
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 ...
0
votes
1
answer
47
views
Make bash regex range case-sensitive?
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 ...