Bash

Basic For Loop

  • -n : Prevent line break

for i in $(seq 0 12);do echo -n '| base64 -d '; done

Last updated