Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Oct 2022 14:12:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 266791] bc does not flush output before exit when input is a file argument
Message-ID:  <bug-266791-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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: bugs@FreeBSD.org
          Reporter: jwb@freebsd.org

> 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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266791-227>