RE: Bizarre expansion from the command line

2002-03-19 Thread Balint, Jess
% -Original Message- From: Chris Devers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:14 PM To: Gary Blackburn Cc: [EMAIL PROTECTED] Subject: Re: Bizarre expansion from the command line On Wed, 13 Mar 2002, Gary Blackburn wrote: Humph. How annoying... it appears that under tcsh

RE: Bizarre expansion from the command line

2002-03-19 Thread Chris Devers
On Tue, 19 Mar 2002, Balint, Jess wrote: I know this is kind of off-topic and so last-week, but I don't think default tcsh does psuedo-spell checking by default. *shrug* I didn't explictly turn it on anywhere, but it did so out of the box when i first started using OSX, and when I went back

RE: Bizarre expansion from the command line

2002-03-19 Thread Chip Howland
On Tue, 19 Mar 2002, Balint, Jess wrote: I know this is kind of off-topic and so last-week, but I don't think default tcsh does psuedo-spell checking by default. Chris Devers wrote: I didn't explictly turn it on anywhere, but it did so out of the box when i first started using OSX, and

RE: Bizarre expansion from the command line

2002-03-19 Thread Chip Howland
The file /usr/share/init/tcsh/tcsh.defaults contains the line: set autocorrect # Correct spelling when completing And more importantly: set correct = cmd # Spell Correction on -- Chip Howland http://www.skypoint.com/~howland/ Windows has performed an illegal

Re: Bizarre expansion from the command line

2002-03-14 Thread Bill -Sx- Jones
MacOS X uses tcsh as standard, I thought? See /usr/share/init/tcsh for ideas... Some commands are shell dependent; for example cd versus cd - [outerlimits:~] sneex% pwd /Users/sneex [outerlimits:~] sneex% cd / [outerlimits:/] sneex% pwd / [outerlimits:/] sneex% cd - [outerlimits:~] sneex% pwd

Re: Bizarre expansion from the command line

2002-03-13 Thread Iago
On Wed, 13 Mar 2002, Gary Blackburn wrote: Anyone have any idea what's going on? The ! isn't one of the metcharacters, and all this code works exactly as expected whenever you run it within an actual Perl file (i.e., not from a one-liner.) I tried this code on Linux and ActiveState Perl

Re: Bizarre expansion from the command line

2002-03-13 Thread Gary Blackburn
On Wednesday, March 13, 2002, at 07:25 PM, Iago wrote: On Wed, 13 Mar 2002, Gary Blackburn wrote: Anyone have any idea what's going on? The ! isn't one of the metcharacters, and all this code works exactly as expected whenever you run it within an actual Perl file (i.e., not from a

Re: Bizarre expansion from the command line

2002-03-13 Thread Charles Albrecht
At 4:25 PM -0800 3/13/2002, Iago wrote: On Wed, 13 Mar 2002, Gary Blackburn wrote: Anyone have any idea what's going on? The ! isn't one of the metcharacters, and all this code works exactly as expected whenever you run it within an actual Perl file (i.e., not from a one-liner.) I tried

Re: Bizarre expansion from the command line

2002-03-13 Thread Craig S. Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, March 13, 2002, at 06:45 , Gary Blackburn wrote: I'm not a UNIX guru by any stretch of the imagination, but is the shell supposed to be interfering here? I mean, I'm clearly invoking the Perl binary, passing it a single command