/bin/sh feature? --- more lossage

Mike Tilson mike at hcrvax.UUCP
Mon Jul 16 03:32:13 AEST 1984


The following will print your working directory:

	cat <<eof
	`pwd`
	eof

while this will print the line "`pwd`":

	cat <<\eof
	`pwd`
	eof

as documented in sh(1) in the System V programmer's manual.



More information about the Comp.unix.wizards mailing list