Recho

This is a shell function that works like echo, except it echoes all the arguments in random order. In bash it can be declared as follows:

recho(){ echo "${@}" | sed -e 's; ;\n;g' | sort -R | xargs echo ; }

This is useful when you want to use echo, except print all the arguments in random order...

-- CC0 ew0k, 2024-05-06

Proxy Information
Original URL
gemini://warmedal.se/~bjorn/posts/2024-05-06-recho.gmi
Status Code
Success (20)
Meta
text/gemini; lang=en
Capsule Response Time
114.938256 milliseconds
Gemini-to-HTML Time
0.151437 milliseconds

This content has been proxied by September (3851b).