DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Shuffle a reversed string without new lines (Simple way to create a progress bar)

10 months ago 1 min read www.commandlinefu.com

Summary: This is a summary of an article originally published by CommandLineFu. Read the full original article here →

$ while true; do slumpad_eversed=$(echo "$eversed_part" | grep -o . | shuf | tr -d '\n'); tput cr && tput el && echo -n "$r_part$slumpad_eversed" ; sleep 1 ; done View this command to comment, vote or add to favourites View all commands by wuseman1 Diff your entire server config at ScriptRock.com

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com