This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Pipes Again. (was: cmp (or echo) bug?) -- typo corrected


On 2016-01-02 12:58, Houder wrote:

        // replace O_RDONLY by O_RDWR for ./tstat <(cat > a) <(cat > b)

should be:

// replace O_RDONLY by O_RDWR for ./t_stat >(cat > a) >(cat > b)

Henri

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]