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