what does it mean '$=' in this script?
if [-f $1]
nblines=$(($(sed -n '$=' $1)))
I did research about '$='
about I found nothing.
Thank you
what does it mean '$=' in this script?
if [-f $1]
nblines=$(($(sed -n '$=' $1)))
I did research about '$='
about I found nothing.
Thank you