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