argv[0]

I wrote this :
Code:
alias paste {
  var %i = 1
  while (%i <= $cb(0)) {
    echo -a $cb(%i)
    inc %i
  }
}

but I have problem when I get to a blank line
is there a trick or something to echo a blank line above ?


thanks.

Last edited by eawedat; 11/08/12 06:40 PM.