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