Sponsored Content
Full Discussion: New www.unix.com search
Contact Us Post Here to Contact Site Administrators and Moderators New www.unix.com search Post 28649 by oombera on Sunday 22nd of September 2002 10:39:59 AM
Old 09-22-2002
Hmm.. and how many one-letter unix commands are there..? Smilie

And besides, I'm sure that would kill the system... imagine looking for the letter 'a'... you'd get every post on the site Smilie
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

www.unix.com

Of late, when i start www.unix.com my system is going to 100% CPU and takes lot of time to get the information. I think this is happening after adding the graphics on the page. Has anyone seen this problem..Sorry to post this here.. (6 Replies)
Discussion started by: sssow
6 Replies

2. Answers to Frequently Asked Questions

scripts/programs/code posted to www.unix.com

Every now and then our users post complete programs to this site. It is especially important that these contributions don't get lost, so I will collect them here. Some of these programs are intended to demonstrate a programming technique and some are ready to run. As a guideline, the code... (0 Replies)
Discussion started by: Perderabo
0 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Access to https://www.unix.com/source?

Folks, Hope this is not a newbie question, but it might end up being that. I wanted to retrieve the source code for unix_linux_bench as directed on https://www.unix.com/linux-benchmarks/11175-instructions-linux-benchmarks.html When one clicks on the links specified for download, the browser... (1 Reply)
Discussion started by: wagdalule
1 Replies

4. Post Here to Contact Site Administrators and Moderators

Problem connecting to www.unix.com

I've been having a problem connecting to the forum. I know it is just something with my computer but I have no idea what it is. It started last week. Every time I connect I get this: <?xml version="1.0" encoding="ISO-8859-1" ?> - <rss version="2.0"... (2 Replies)
Discussion started by: Vi-Curious
2 Replies

5. Post Here to Contact Site Administrators and Moderators

Www.UNIX.com is slow today ???

Hi, Just wanting to know if there is any issues today with the site. Initially I thought it is my internet connection or computer but regardless which one I use, the site has been slow and it is also not showing with the right fonts etc. I've been trying for the last 12+ hours and it's always been... (21 Replies)
Discussion started by: newbie_01
21 Replies
rt-crontool(1)						     Request Tracker Reference						    rt-crontool(1)

NAME
rt-crontool - Command-line interface to Request Tracker SYNOPSIS
# find all active tickets in the queue 'general' and set their priority to 99 if they are overdue: rt-crontool --search RT::Search::ActiveTicketsInQueue --search-arg general --condition RT::Condition::Overdue --action RT::Action::SetPriority --action-arg 99 --verbose # Escalate tickets rt-crontool --search RT::Search::ActiveTicketsInQueue --search-arg general --action RT::Action::EscalatePriority DESCRIPTION
This script is a tool to act on tickets from an external scheduling tool, such as cron. Security: This tool allows the user to run arbitrary perl modules from within RT. If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT. It is incredibly important that nonprivileged users not be allowed to run this tool. It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool. OPTIONS
search Specify the search module you want to use search-arg An argument to pass to --search condition Specify the condition module you want to use condition-arg An argument to pass to --condition action Specify the action module you want to use action-arg An argument to pass to --action template Specify name or id of template(s) you want to use transaction Specify if you want to use either 'first', 'last' or 'all' transactions transaction-type Specify the comma separated list of transactions' types you want to use log Adjust LogToScreen config option verbose Output status updates to STDOUT perl v5.14.2 2013-05-22 rt-crontool(1)
All times are GMT -4. The time now is 08:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy