LadyDragon
Programmer
Hi! I was hoping someone could help me with this. I'm working in Korn shell and am trying to pass a variable to a tail command and am having problems doing this.
The quoted part is where I'm having problems. Ideas would be appreciated! Thanks!
Juls
Code:
tail -"$var" > out.txt
The quoted part is where I'm having problems. Ideas would be appreciated! Thanks!
Juls