You are viewing a single comment's thread. Return to all comments →
while read text do char2=$(echo $text | cut -c2) char7=$(echo $text | cut -c7) result="$char2$char7" echo "$result" done
Seems like cookies are disabled on this browser, please enable them to open this website
I agree to HackerRank's Terms of Service and Privacy Policy.
Cut #2
You are viewing a single comment's thread. Return to all comments →