February 2003
Intermediate to advanced
456 pages
11h 8m
English
In This Chapter
We’ve put commands and features into this chapter that for one reason or another did not logically fit into earlier chapters. There’s no particular rationale for their order of presentation.
This section describes another of the more unusual commands in the shell: eval. Its format is as follows:
eval command-line
where command-line is a normal command line that you would type at the terminal. When you put eval in front of it, however, the net effect is that the shell scans the command line twice before executing it.1 For the simple case, this really has no effect:
1Actually, what ...
Read now
Unlock full access