Searched refs:wc (Results 1 – 5 of 5) sorted by relevance
32 errors=$(wc -l < $tmpfile)46 warnings=$(wc -l <$tmpfile)
82 if [ $(echo "$drvgrp" | wc -l) -gt 1 ] ; then84 elif [ $(echo "$drv" | wc -l) -gt 1 ] ; then206 total=$(echo "$commits" | wc -l)
110 grep '^M:.*<' MAINTAINERS | sort -u | wc -l
92 rdline_write_char_t *wc = &cmdline_write_char; in test_cmdline_rdline_fns() local99 rdl = rdline_new(wc, NULL, c, NULL); in test_cmdline_rdline_fns()102 rdl = rdline_new(wc, v, NULL, NULL); in test_cmdline_rdline_fns()
200 You can pipe the output of babeltrace into a tool like wc(1) to count the203 babeltrace /tmp/my-dpdk-trace | grep ethdev | wc --lines