[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: the @ syntax - date format

From: Paul Smith <pausmith_at_nortelnetworks.com>
Date: 2002-04-08 07:51:47 CEST

%% "Mark D. Baushke" <mdb@juniper.net> writes:

  mdb> It is my understanding that all characters except the file
  mdb> separation character (/) is allowed in a filename under *nix.

Yes. The only two invalid characters in a UNIX filename are '/' and
'\0' (nul). Some characters are tricky to get into a filename from the
shell, but all except those two can be put in a filename from within a C
program for example.

That's why you have to be so very careful with program names when
writing system shell scripts; they can contain tricky things like
newlines for example... :-/.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <pausmith@nortelnetworks.com> HASMAT--HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
   These are my opinions---Nortel Networks takes no responsibility for them.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 8 07:53:06 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.