Using UNIX libraries (reg. exp & curses)

Using UNIX libraries (reg. exp & curses)

Post by Donal O'Brie » Sat, 07 Feb 1998 04:00:00



Could anyone please point me in the direction of information on using UNIX
libraries (particularly regular expressions and curses), either books or on
the Net? If you're replying, please CC me as I don't get much of a chance
to read news.

Any help apreciated. Cheers!

DONAL

==================================================

       Web: <http://www.clubi.ie/obworld>
==================================================
You find me guilty, when true guilt is from within

 
 
 

Using UNIX libraries (reg. exp & curses)

Post by Alain Magloi » Sat, 07 Feb 1998 04:00:00


: Could anyone please point me in the direction of information on using UNIX
: libraries (particularly regular expressions and curses), either books or on
: the Net?

The POSIX standard 1003.x have an excellent coverage.
The Gnu regex/rx packages have some texinfo stuff,
the packages are obsolete but the manuals still provide good info.

Search for ncurses package some nice man pages are provided,
But ncurses is a SVR4 thing, O'Reilley ass. have a book
on curses; only covers the BSD'ish version of curses.

: If you're replying, please CC me as I don't get much of a chance
: to read news.

You post here, you read here.

Cheers.

--
au revoir, alain
----
Aussi haut que l'on soit assis, on n'est toujours assis que sur son cul !!!

 
 
 

1. Reg. exp in sudoers file

According to man sudoers, you can use regular expressions to filter out
the allowable command line.  I want to be able to specify that users can
run the find command with all options via sudo, but not if they use the
-exec option.

I tried these:
/usr/bin/find !-exec
/usr/bin/find !(-exec)
/usr/bin/find * !-exec

and various permutations.

Obviously I am not a reg exp expert...any out there that can help me
out...thanks in advance.

Sent via Deja.com http://www.deja.com/
Before you buy.

2. JFS and Databases

3. I don't need to write a reg-exp function, do I?

4. Modula-2 compilers

5. Reg Exp containing []

6. converting reiserfs => ext3

7. Q: What's wrong with this reg. exp.

8. Running a WWW server behind a firewall

9. Substitute/reg-exp question

10. How to pass reg exp as command line argument in shell script?

11. ? reg-exp to remove ALL BUT From:, Date:, Subject:, Status: headers ?

12. Reg Exp to match specified number of digits

13. reg exp for C and developer-homepage