ref: 0ba323dbdbc78e4c6ccba79028997850d59b5bc6 dir: /bin/i+/
#!/bin/awk -f BEGIN{ tabs = " " if(ARGC > 1){ n = ARGV[1]; ARGC-- while(--n) tabs = tabs " " } } { print tabs $0 }