Command Substitution (6.5)
Can substitute the output from a command into the text string of a command
set dir = `pwd`
set name = `pwd`/test.c
set x = `/bin/ls -l $file`
Previous slide
Next slide
Back to first slide
View graphic version