list specific chapter from a href tag?

Old posts that have not been replied to for several years.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

strikelight wrote:From my tests, variable substitutions seem to be on exact par with command substitutions.
You're right..it doesn't matter much. And sometimes performance even gets worse with command substitution (because of the way it's compiled).
strikelight wrote:(except for those command substitutions which also involve variable substitutions at the same time, of course)
You mean when you take advantage of the fact that some commands both alter a variable and return the new value? ...That pretty much goes without saying :) (one less substitution to perform)
Have you ever read "The Manual"?
Locked