From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Fri, 5 Feb 2021 11:15:08 +0100 Subject: [LTP] [PATCH 2/3] lib: add tst_get_median helper binary for use in script tests In-Reply-To: <20210202133454.59224-3-alexey.kodanev@oracle.com> References: <20210202133454.59224-1-alexey.kodanev@oracle.com> <20210202133454.59224-3-alexey.kodanev@oracle.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Alexey, > /tst_get_median 10 11 300 8 9 14 > output: 10 > Signed-off-by: Alexey Kodanev Reviewed-by: Petr Vorel Thanks, very good idea! Kind regards, Petr