Create one-liner.sh

master
Clyne 2 years ago committed by GitHub
parent ba7234aef9
commit e20eb4c7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
cat input | tr '\n' '+' | sed 's/++/\n/' | bc | sort -n | tail -n 3
# sum the top three with a calculator :)
Loading…
Cancel
Save