HP3000-L Archives

June 1995, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Tony B. Shepherd" <[log in to unmask]>
Reply To:
Tony B. Shepherd
Date:
Thu, 1 Jun 1995 11:12:39 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
In article <[log in to unmask]>,
  Bob Walker <[log in to unmask]> wrote:
] Subject:      MPE 5.0 Unintentional feature
   { snip }
] BUT, how do I get rid of this file called "."  ?
] Tried  PURGE .   PURGE ./.    shell>rm   '.'     rm .
] Nothing seems to work.
   { snip }
 
Isn't Unix swell?  My ISP runs BSD on Intel machines, and I use the 'c'
shell (whatever that is).  Among other things, I have aliases defined in
my .cshrc file like this:
  alias cd 'cd \!*; set prompt="$cwd % "'
  alias cd.. 'cd ..'
  alias rm 'rm -i'
 
The 'rm' alias prompts before removing the file - slightly annoying in
daily use.  However, you could do this:
  rm *          { with the alias, or
  rm -i *       { without the alias
and answer 'n' for all but the offending file.
 
Does it work on MPE?  I have no idea.  Your mileage may vary.  Batteries
not included.  Sales tax extra.  Happy Fun Ball may stick to certain types
of skin.
 
--
Regards  --  Tony B. Shepherd  --  [log in to unmask]
 
This opinion is worth what you paid for it, and if it proves to be wrong,
all monies paid will be cheerfully refunded upon presentation of receipt.

ATOM RSS1 RSS2