All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thunder from the hill <thunder@ngforever.de>
To: Daniel Phillips <phillips@innominate.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: named streams, extended attributes, and posix
Date: Thu, 25 Jan 2001 14:07:11 -0700	[thread overview]
Message-ID: <3A70957F.649C6A49@ngforever.de> (raw)
In-Reply-To: <Pine.LNX.4.30.0101182129050.1089-100000@nvws005.nv.london> <004701c081ef$e32dcb90$8501a8c0@gromit> <3A708F8F.17426D2@innominate.de>

Daniel Phillips wrote:
> 
> Michael Rothwell wrote:
> > Unfortunately, unix allows everything but "/" in filenames. This was
> > probably a mistake, as it makes it nearly impossible to augment the
> > namespace, but it is the reality.
> 
> For some reason totally beyond my comprehension // inside a file name is
> taken to be the same as /, but if it wasn't it could be the stream
> separator.  *sigh*
It seems that you mix up forward and backward slashes. a // means //,
but a \\ means a single \. So if you want a double backslash, you have
to write \\\\. Thus, removing double backslashes from NETBIOS names via
perl is: $name =~ s/\\\\//;
So what...?

Cheers!
Thunder
---
I did a "cat /boot/vmlinuz >> /dev/audio" - and I think I heard god...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2001-01-25 21:05 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-11 20:00 named streams, extended attributes, and posix Michael Rothwell
2001-01-11 22:22 ` Michael Rothwell
2001-01-12  6:27 ` James H. Cloos Jr.
2001-01-16 15:20   ` Michael Rothwell
2001-01-17  0:28     ` Peter Samuelson
2001-01-17  0:37       ` Mo McKinlay
2001-01-18  1:03         ` Peter Samuelson
2001-01-18 21:30           ` Mo McKinlay
2001-01-19  8:14             ` Michael Rothwell
2001-01-19 14:19               ` Mo McKinlay
2001-01-19 14:39                 ` Michael Rothwell
2001-01-19 14:59                   ` Mo McKinlay
2001-01-19 15:11                     ` Michael Rothwell
2001-01-19 15:20                       ` Mo McKinlay
2001-01-19 15:44                         ` Michael Rothwell
2001-01-19 15:49                           ` Mo McKinlay
2001-01-19 16:04                             ` Michael Rothwell
2001-01-19 16:07                               ` Mo McKinlay
2001-01-19 16:13                                 ` Michael Rothwell
2001-01-19 16:33                                   ` Mo McKinlay
2001-01-29 15:20                                     ` Michael Rothwell
2001-01-29 15:46                                       ` Mo McKinlay
2001-01-21  7:27                               ` Albert D. Cahalan
2001-01-22  9:19                                 ` Michael Rothwell
2001-01-25 20:41               ` Daniel Phillips
2001-01-25 21:07                 ` Thunder from the hill [this message]
2001-01-25 23:03                   ` alex
2001-01-17  4:40       ` Michael Rothwell
2001-01-17  2:05         ` Peter Samuelson
  -- strict thread matches above, loose matches on Subject: below --
2001-01-25 23:15 Leif Sawyer
2001-01-26  2:41 ` Steven N. Hirsch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A70957F.649C6A49@ngforever.de \
    --to=thunder@ngforever.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phillips@innominate.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.