#!/bin/sh Q=""; i=0; while [ $i -lt 32 ]; do Q="${Q}\3\2\4\11\22\13\14\15\16\17\20\21\22\23\24\25\26\27"; i=$((i+1)); done printf "${Q}"