What in the world does $$ mean?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers What in the world does $$ mean?
# 8  
Old 01-20-2010
Quote:
Originally Posted by scottn

Is there anyone out there who can describe how to google special characters effectively?
We are not only the people exclaiming at google's this behavior .. seems lot more, also from long back: Google Special Character Search String Bug
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Mad World Remix of Moby Video (Are You Lost In The World Like Me)

This is an excellent video comment on modern society and the remix is good too: https://www.youtube.com/watch?v=5DU1B_XkyIk 5DU1B_XkyIk Watch the video above and post your comments. (3 Replies)
Discussion started by: Neo
3 Replies

2. What is on Your Mind?

Hello World!

Just wanna say "Hello World!" :) (6 Replies)
Discussion started by: ment0smintz
6 Replies

3. Programming

Exact meaning of the "world" in "hello world"

Hello! I have a question to native English-speaking people. In the popular program's "hello world" greeting, what meaning the "world" has: "all", "everybody", "people", "friends" or "whole world", "planet", "Earth", "Universe"? In other words, to whom this greeting is addressed: to the... (14 Replies)
Discussion started by: Eugene Muzychen
14 Replies

4. What is on Your Mind?

How Will the World End?

How will the world end (someday long into the future, we hope)? (68 Replies)
Discussion started by: Neo
68 Replies

5. Programming

Almost -> Hello World!

Hello! I know I must take the efforts of learning C..! I need to recompile a binary with the following at the beginning: test if a file exists, remove it and exit. All in "C". As simple as this in sh: file=/tmp/filename if ; then rm -f $file exit 0 fi Thanks! (8 Replies)
Discussion started by: teresaejunior
8 Replies

6. What is on Your Mind?

What The World Needs Now...

What does the world need now.... ??? Feel free to suggest new items to the poll .... we might add them :) (25 Replies)
Discussion started by: Neo
25 Replies

7. Solaris

hello world

just wanted to give salutations to all in here. i hope to contribute as much as i take. happy "unix-ing" :b: (0 Replies)
Discussion started by: JeepResQ
0 Replies
Login or Register to Ask a Question
mhub(1) 								GGI								   mhub(1)

NAME
mhub - converts LibGII events to mouse protocol or mhub data SYNOPSIS
mhub [options] DESCRIPTION
mhub reads pointer events from the LibGII default device and outputs mouse protocol data and/or mhub data to the specified files. The default device is specified with the GII_INPUT environment variable, see the libgii(7) manual for more info. OPTIONS
-h displays this help and exit -v output version information and exit -d print contents of received events to standard error -s terminate program when a SIGPIPE signal is received. The default is to ignore SIGPIPE. -e BUTNR only generate mhub events for buttons >= BUTNR. The default is 4. -b FILE output mhub events to FILE -2 FILE output PS/2 format data to FILE -i FILE output (serial) IntelliMouse format data to FILE -m FILE output MouseSystems format data to FILE -r FROM TO remap button FROM to button TO -w BUTNR transform wheel up motion to a BUTNR mhub event -W BUTNR transform wheel down motion to a BUTNR mhub event A maximum of 20 mhub event outputs and 20 mouse data outputs are supported. The number of remaps are unlimited and all remaps occur before any other processing. Mouse data outputs may all use different protocols. libgii-1.0.x 2004-10-14 mhub(1)