TunaAdmiral
MIS
Korn Shell. How the heck do you echo out a trailing space?
rmt="/dev/rmt1"
output=$(echo $rmt" ")
That's not working. It's gotta be something simple, I just can't figure it out.
Any help would be appreciated.
Thanks!
rmt="/dev/rmt1"
output=$(echo $rmt" ")
That's not working. It's gotta be something simple, I just can't figure it out.
Any help would be appreciated.
Thanks!