chaos/max.sh

3 lines
119 B
Bash
Raw Permalink Normal View History

2020-03-02 02:15:43 +00:00
#!/bin/sh
# Find the Max Counter Value in an n-Count structure
seq $2 | xargs -I{} chaos len $1 {} | sort -nr | head -1