https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266791
Bug ID: 266791
Summary: bc does not flush output before exit when input is a
file argument
Product: Base System
Version: 13.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
> cat test.bc
sqrt(2)
quit
> bc -l test.bc
> bc -l < test.bc
1.41421356237309504880
On NetBSD, both commands produce the same output.
--
You are receiving this mail because:
You are the assignee for the bug.