hgrep – head grep – first line header print & grep – with while read
Thanks to dteske for the idea df -h | while read line; do [ -n “$var” ] || echo $line; var=1; echo $line | grep p8; done NOTE: how you can doRead More…
Thanks to dteske for the idea df -h | while read line; do [ -n “$var” ] || echo $line; var=1; echo $line | grep p8; done NOTE: how you can doRead More…