Hi,

In section 3.5.4 "Command Substitution", the following sentence may have a typo:

> The command substitution $(cat file) can be replaced by the equivalent but 
> faster $(< file).


My proposed change:

> The command substitution $(cat file) can be replaced by the equivalent but 
> faster <(cat file).


If the manual is correct and I misunderstood something, please let me know.

Thanks,
Craig

--
Craig H Maynard
103 North Road
Wakefield, RI 02879
(401) 413-2376


Reply via email to