Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!pyrnj!hhb!simon From: simon@hhb.UUCP (simon chan) Newsgroups: comp.unix.questions Subject: Re: Need help reading a file with unusual name(s) Summary: vi an unusual name.... Message-ID: <198@hhb.UUCP> Date: 20 Apr 89 19:54:19 GMT References: <19817@iuvax.cs.indiana.edu> <4030@ucdavis.ucdavis.edu> Distribution: na Organization: HHB Systems, Mawah, NJ Lines: 17 In article <4030@ucdavis.ucdavis.edu>, ccs013@castor.ucdavis.edu (Jason) writes: > #!/csh/bin -f > > foreach k (`ls`) > vi $k > end this command can do the same thing too, isn't it? vi * for an unusual name such as: a!@ you can do this: vi a?? regular expression always work for me!!! Simon Chan princeton!hhb!simon