>> operator

(thing) by Baron_Saturday Wed Dec 06 2000 at 6:44:54

A form of redirection used in shell scripts. The >> operator is similar to the > operator except instead of overwriting an existing file it will append the data to the end.

(thing) by everyone Sat Dec 16 2000 at 21:39:39
(idea) by Nanosecond Tue Jan 30 2001 at 4:40:10

The bitwise operator in C/C++ that shifts bits to the right. Shifting the bits of an integer to the right is equivalent to dividing by powers of two. For example:

x >> y == x / 2y

Note that this does not happen if the integer is signed.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.