On 8 December 2011 21:03, Dave McGuire
<mcguire at neurotica.com> wrote:
On 12/07/2011 08:14 PM, Liam Proven wrote:
>
> I don't really understand why any techie dislikes it, TBH. It is
> /vastly/ easier than, say, learning to understand how Unix wildcards
> work, let alone regular expressions or something - both things which
> I've not yet mastered after more than 20y of effort.
?UNIX shell wildcards? ?A question mark matches any single character, an
asterisk matches any number of any characters. ?What's so tough about that?
What is so tough is the way that the shell expands them, not the
command. I am assured this is wonderfully useful for many people but
for me it's a complete PITA. For instance, I frequently need to do
things like:
REN *.log *.old
... which works fine on DOS, Windows and most other OSs but doesn't
work on Unix/Linux.