Sponsored Content
Special Forums News, Links, Events and Announcements UNIX.COM -- X/Open WIPO UDRP RESULTS !!!! Post 25747 by Neo on Sunday 4th of August 2002 10:25:13 PM
Old 08-04-2002
auswipe,

UNIX.COM has yet to take donations because our attorneys wanted to make sure that the donations for legal expenses were not perceived as 'commerical'.

Perhaps now that the WIPO proceeding is concluded, we will discuss this matter with the UNIX.COM attorneys and make sure that donations for legal expenses are done in the proper, legal manner.

Thanks for the reminder.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between UNIX operating system and Unix Open Server

Hi, I recently joined this forum and new to UNIX. Is there any difference between UNIX operating system and UNIX open server? Please explain. (1 Reply)
Discussion started by: Manjit
1 Replies

2. News, Links, Events and Announcements

UNIX.COM -- X/Open WIPO UDRP Complaint

FYI: http://arbiter.wipo.int/domains/cases/2002/d0200-0399.html unix.com unix.net unix.org ... all domains under siege by X/Open ... (17 Replies)
Discussion started by: Neo
17 Replies

3. News, Links, Events and Announcements

WIPO Official Decision

At Last Official Decision of UNIX.com Domain dispute by WIPO is available to review. http://arbiter.wipo.int/domains/decisions/html/2002/d2002-0294.html (Status: unix.com > Complaint denied) (1 Reply)
Discussion started by: killerserv
1 Replies

4. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

5. Shell Programming and Scripting

Open google homepage with search results

Hi, we can open firefox Google to open a webpage.But, how can I open the firefox directly with the search term given at commandline and directly display the page with search results. (1 Reply)
Discussion started by: ramkishore
1 Replies

6. Shell Programming and Scripting

Iteration through the results from a unix command

Hi, I am using a command "ps -ef | grep identify" which results more than 1 results. Actually I need to get the time from each of them , compare with the current date and conditionally stop a process. The problem I am facing is to iterate through the results getting from the command.... (4 Replies)
Discussion started by: deviprasad83
4 Replies

7. Shell Programming and Scripting

Unix Script to email grepped results

I am following the tread number 81556 to grep a file and send the results in email. #/bin/bash /bin/grep -i 'invite sip' /var/log/asterisk/full if echo "found" | mail -s 'invite sip' mail@gmail.com When I just build it to grep and mail, it works fine. However, the if statement causes... (4 Replies)
Discussion started by: klysdale
4 Replies

8. Shell Programming and Scripting

Can ctag and cscope support recording search results and displaying the history results ?

Hello , When using vim, can ctag and cscope support recording search results and displaying the history results ? Once I jump to one tag, I can use :tnext to jump to next tag, but how can I display the preview search result? (0 Replies)
Discussion started by: 915086731
0 Replies
pilot-install-exp(1)						    PILOT-LINK						      pilot-install-exp(1)

NAME
pilot-install-expenses - Install an expense record entries onto your Palm handheld device. SECTION
pilot-link: Userland conduits SYNOPSIS
pilot-install-expenses [-p|--port <port>] [--version] [-q|--quiet] [-?|--help] [--usage] [-t|--ptype STRING] [-e|--etype STRING] [-a|--amount STRING] [-V|--vendor STRING] [-i|--city STRING] [-g|--guests NUMBER] [-n|--note STRING] [-c|--category STRING] [--replace] DESCRIPTION
pilot-install-expenses allows a Palm handheld with the Expense application to have expense records synchronized to it from the command- line. You can pass any of the fields (except categories, currently) to pilot-install-expenses and create new expense records on your Palm handheld. OPTIONS
pilot-install-expenses options -t, --ptype STRING Add entries to the "Payment Type" field. These can be in the form of "Cash", "Cheque" and others. See the Expense application on your Palm device for full details on payment types. Note that the long name for this option has been renamed since 0.11.8. -e, --etype STRING Add entries to the "Expense Type" field. These can be in the form of Airfare, Meals, and Others. See the Expense application on your Palm device for full details on expense types. -a, --amount STRING Add currency amount entries to the "Amount" field. These can be in the form of 1.00 or "$10.00" and so on. See the Expense application on your Palm device for full details on amount types. -V, --vendor STRING Add entries to the "Vendor" field. These are free-form values, and can be the name of a restaurant, an airline, or any other text value you wish to use. -g, --guests DIGIT Add the number of attendees to the expense record, identified by DIGIT. If you ate lunch with four (4) additional people, you would put five (5) here, a numeric value. -i, --city STRING Add entries to the "City" field in the expense record. These are free-form values, and can be the name of the location, city, or town that the expense record occured in. -n, --note STRING Add a "Note" entry to the expense record. These are free-form values, and can be some notes related to the expense entry. -c, --category STRING Install entries into the named category defined here. See the Expense application on your Palm device for full details on using these cate- gories. --replace Replace the entry found in the named category identified by the --category option Note that the short name for this option has been removed since 0.11.8 Conduit Options -p, --port <port> Use device file <port> to communicate with the Palm handheld. If this is not specified, pilot-install-expenses will look for the $PILOT- PORT environment variable. If neither are found or supplied, pilot-install-expenses will print the usage information. -q, --quiet Suppress 'Hit HotSync button' message. --version Display version information for pilot-install-expenses and exit without connecting. Help options -h, --help Display the help synopsis for pilot-install-expenses and exit without connecting. --usage Display a brief usage message and exit without connecting. USAGE
The program will connect to the Palm handheld, and install entries into the Expense application based on values passed to pilot-install-expenses arguments. EXAMPLE
pilot-install-expenses -p /dev/pilot -c Unfiled -t Cash -e Meals -a 10.00 -V McDonalds -g 21 -l "San Francisco" -N "This is a note" Installs a new expense; you are recording having 21 guests at McDonalds in the city of San Francisco for a meal which cost 10.00 units of your default currency and you added a simple note. The expense will take the default date - today. AUTHOR
pilot-install-expenses was originally written by community authors, the original author is unknown. This manual page was converted to XML by Neil Williams <linux@codehelp.co.uk> REPORTING BUGS
We have an online bug tracker. Using this is the only way to ensure that your bugs are recorded and that we can track them until they are resolved or closed. Reporting bugs via email, while easy, is not very useful in terms of accountability. Please point your browser to http://bugs.pilot-link.org: http://bugs.pilot-link.org and report your bugs and issues there. COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. SEE ALSO
read-expenses (1), pilot-link(7). 0.12.5 Copyright 1996-2007 FSF pilot-install-exp(1)
All times are GMT -4. The time now is 06:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy