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