lkml.org 
[lkml]   [2023]   [Feb]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 0/2] Script style improvements in lib/coresight.sh
    Em Wed, Feb 01, 2023 at 10:49:43PM +0100, Diederik de Haas escreveu:
    > These 2 patches improve the efficiency and quality of the
    > lib/coresight.sh script.
    >
    > The first one uses grep's `-c` parameter to count the results instead of
    > piping it to `wc -l`.
    > The second one replaces the use of backticks (`...`) with $(...) as the
    > former has several potential issues while the latter does not.
    >
    > Diederik de Haas (2):
    > perf test: Replace 'grep | wc -l' with 'grep -c'
    > perf test: Replace legacy `...` with $(...)



    Thanks, applied.

    - Arnaldo

    \
     
     \ /
      Last update: 2023-03-27 00:06    [W:2.655 / U:0.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site