Need help reading a file with unusual name(s)

simon chan simon at hhb.UUCP
Fri Apr 21 05:54:19 AEST 1989


In article <4030 at ucdavis.ucdavis.edu>, ccs013 at 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



More information about the Comp.unix.questions mailing list