Anuj YadavApr 2, 20201 min readSolution for Unix QuestionsQuestion no.1NOTE: I am not able to solve it. Working on it.Question 2:while read -r line; do (( ${#line} > max )) && max=${#line} && longest="$line" done echo "$longest"
Question no.1NOTE: I am not able to solve it. Working on it.Question 2:while read -r line; do (( ${#line} > max )) && max=${#line} && longest="$line" done echo "$longest"
Comments