Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

iso646(3) [netbsd man page]

ISO646(3)						   BSD Library Functions Manual 						 ISO646(3)

NAME
iso646 -- alternative operator spellings SYNOPSIS
#include <iso646.h> DESCRIPTION
The <iso646.h> header defines eleven alternative spellings for standard operators: 1. and && 2. and_eq &= 3. bitand & 4. bitor | 5. compl ~ 6. not ! 7. not_eq != 8. or || 9. or_eq |= 10. xor ^ 11. xor_eq ^= Each macro expands to the corresponding token. RATIONALE
None. SEE ALSO
operator(7) STANDARDS
The <iso646.h> header conforms to ANSI X3.159-1989 (``ANSI C89''). HISTORY
The <iso646.h> header was first introduced in NetBSD 1.1. BSD
December 16, 2010 BSD
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Grep MS Word document

Hi, I have to read a MS word document to find some strings(expressions) .The reading should be done by paragraph.I have to show the entire paragraph If I find any string/expression in that. Please help me out. Thanks Regards Kris (5 Replies)
Discussion started by: mkris
5 Replies

2. Shell Programming and Scripting

Why does my test fail ??

Hello, I am stuck... i dunno why does my test fail... any idea ? #!/bin/bash dos2unix info.txt Distor=Distributeur LINE=$(cat info.txt | sed -n 1p) echo $LINE echo $Distor echo "" echo "123-$LINE-123" echo "123-$Distor-123" if ; then LINE2=$(cat info.txt | sed -n 2p) echo $Distor... (14 Replies)
Discussion started by: patx
14 Replies

3. Solaris

Mail issue

Hi guys ! I am using Oracle Ops Center and have configured it to send Emails using the server itself ( localhost port 25 ). When I goto /var/spool/mqueue folder , there are a few mails residing there but are NOT being sent. A sample of one file is : root@ops # cat qfr16JEh2k022885 V8... (4 Replies)
Discussion started by: Junaid Subhani
4 Replies

4. UNIX for Advanced & Expert Users

Conversion from EBCDIC to Ascii OR unicode

I have a file in my Unix ( SOLARIS ) with EBCDIC format...I want this file to read in ASCII OR unicode...Is it possible with UNIX to convert this file on ASCII OR UNICODE format from EBCDIC format? I was searching through web and found only conversion table :( Request Rejected Below is... (16 Replies)
Discussion started by: joshilalit2004
16 Replies

5. Shell Programming and Scripting

Shifting of data because of special characters

Hi Forum. I have a unique problem that I'm hoping someone can assist me. I'm generating a fixed width file and one of the output column (person_name at col. pos.#483 defined as string(36) sometimes contains french characters in the name and it causes the next column of data to shift to the... (10 Replies)
Discussion started by: pchang
10 Replies