Search Results

Search: Posts Made By: itkamaraj
2,432
Posted By itkamaraj
how about this ? $ echo "111110000111000" |...
how about this ?

$ echo "111110000111000" | tr '0' '\n' | sort -nr | awk 'NR==1{print length}'
5

$ echo "111001100111000" | tr '0' '\n' | sort -nr | awk 'NR==1{print length}'
3

$ echo...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy