Command line wild card expansion

utzoo!decvax!ucbvax!menlo70!sri-unix!GNU at MIT-AI utzoo!decvax!ucbvax!menlo70!sri-unix!GNU at MIT-AI
Wed Dec 30 23:32:46 AEST 1981


From: John C. Gilmore <GNU at MIT-AI>
Data General AOS (a very Unix-like system, with many of Unix's
rough edges gone) does as BJ suggests: the shell doesn't
expand command line filename arguments, but the kernel provides
a "Give me all filenames matching this pattern" facility.
The end result is that no programs but the shell actually
do wildcard expansion.  If you want it expanded you can
invoke a shell "pseudo-macro" on the command line like
	ed [!file foo]
Typically this happens inside a shell macro anyway, so it's
pretty invisible to the user.



More information about the Comp.unix.wizards mailing list