Hello,
In my doorparty script I use the following to get the users handle:
HANDLE=$(sed '36q;d' ${DROPFILE} | tr -d '\r\n')
This works fine for someone like me with a handle of "Tiny" what if
my handle was "The Tiny" I need to convert it from "The Tiny" to
"The_Tiny" so I can pass
the handle
to door party correctly. As it is now the script fails because the
number of parameters is incorrect.
Any ideas?
Quoting apam to Tiny <=-
I think I remember this problem. Try adding
HANDLE=${HANDLE// /_}
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 93 |
Nodes: | 16 (0 / 16) |
Uptime: | 05:37:43 |
Calls: | 5,157 |
Calls today: | 2 |
Files: | 8,491 |
Messages: | 352,743 |