You are viewing a single comment's thread. Return to all comments →
counter=0 while read -r line;do counter=$((counter+1)) if [ $counter == 4 ];then echo "$line" break fi done
Seems like cookies are disabled on this browser, please enable them to open this website
Display an element of an array
You are viewing a single comment's thread. Return to all comments →