bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bash Reference Mamual


From: Craig H Maynard
Subject: Bash Reference Mamual
Date: Sat, 17 Oct 2020 18:37:36 -0400

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

[Prev in Thread] Current Thread [Next in Thread]