10
Caratteri della scheda Eco nello script bash
Come faccio ad echo uno o più caratteri di tabulazione usando uno script bash? Quando eseguo questo codice res=' 'x # res = "\t\tx" echo '['$res']' # expect [\t\tx] Capisco questo res=[ x] # that is [<space>x]