Re: req: New feature to rm? Remove file by the inode number

2005-05-05 Thread Raymond Wiker
Erik Udo writes: I couldn't find a way to remove files that had scandic/non-printable letters, then i remembered ls showed inode number of the file. Is it possible to remove the file by the inode number? It would be a useful feature :) I bet there is a way to remove those files, but

Re: req: New feature to rm? Remove file by the inode number

2005-05-05 Thread Raymond Wiker
Kamal R. Prasad writes: --- Raymond Wiker [EMAIL PROTECTED] wrote: Erik Udo writes: I couldn't find a way to remove files that had scandic/non-printable letters, then i remembered ls showed inode number of the file. Is it possible to remove the file

Re: gcc -O broken in CURRENT

2002-03-14 Thread Raymond Wiker
is the solution, the problem arises because you have fast and *too* correct. -- Raymond WikerMail: [EMAIL PROTECTED] Senior Software Engineer Web: http://www.fast.no/ Fast Search Transfer ASA Phone: +47 23 01 11 60 P.O. Box 1677 Vika Fax

Re: C vs C++

2002-03-06 Thread Raymond Wiker
. If you want to use several different paradigms simulataneously in one language, C++ may be a better fit - although Common Lisp is a much better choice :-) //Raymond. -- Raymond WikerMail: [EMAIL PROTECTED] Senior Software Engineer Web: http

Re: C vs C++

2002-03-05 Thread Raymond Wiker
complicated semantics and behaviour. A large proportion of C++ programmers do not know the language well enough that they should be allowed to program in it. -- Raymond WikerMail: [EMAIL PROTECTED] Senior Software Engineer Web: http://www.fast.no/ Fast Search Transfer

Re: Should URL's be pervasive.

2001-08-31 Thread Raymond Wiker
Leo Bicknell writes: On Fri, Aug 31, 2001 at 10:36:44AM +1000, Greg Black wrote: Why not do it the Unix way? Create a new application, e.g., url(1), to parse the URLs and use it like so: Sometimes the solution is so obvious. :-) Well, part of it. I'm thinking it's worth creating

Re: Should URL's be pervasive.

2001-08-30 Thread Raymond Wiker
(and other) protocols without explicitly mounting file systems. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

root is limited ? :-o

2001-08-28 Thread Raymond Wiker
. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

RE: dlopen() and friends from a statically-linked binary?

2000-08-07 Thread Raymond Wiker
Daniel O'Connor writes: On 20-Jul-00 Raymond Wiker wrote: Is it possible, at all, to use dlopen etc from a statically-linked executable? My experiments with FreeBSD-4.0 (see below) indicate that it's not possible. You can't do it from a statically linked binary, however

dlopen() and friends from a statically-linked binary?

2000-07-21 Thread Raymond Wiker
0, main: 0x0 raw : ~ $ gcc dltest.c -o dltest raw : ~ $ ./dltest Handle: 0x2805e000, main: 0x0 Handle: 0x0, main: 0x0 [ Note: this seems wrong; according to the manpage for dlsym, the second call should give the same output as the first. ] -- Raymond Wiker To Unsubscribe: send mail to [EMAIL PROTECT

Re: dlopen() and friends from a statically-linked binary?

2000-07-21 Thread Raymond Wiker
passing 0 for handle should have the same effect as passing 0 as the path to dlopen; i.e, to access the symbol table for the running program. -- Raymond Wiker To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message