[rt-users] Looking up queues by name in cli: How to handle spaces in names?
tobiasbp
tobiasbp at gmail.com
Wed Oct 12 14:37:30 EDT 2011
Hello list.
I'm running RT 3.8.8 on Debian.
Using the cli I need to get information on queues. I can look up
queues with no spaces in their name, but I can't figure out to handle
queues with spaces in their names.
Looking up the queue "queue_name" works:
rt show -t queue some_queue
I can't figure out how to look up the queue "queue name".
I have tried the below without success:
rt show -t queue some\ queue
rt show -t queue 'some queue'
rt show -t queue some%20queue
I get the error:
rt: show: Unrecognised argument 'queue name'.
rt: show: No objects specified.
rt: For help, run 'rt help show'.
rt: For help, run 'rt help queue'.
Any ideas?
Regards,
Tobias
More information about the rt-users
mailing list