* escaping filenames
@ Igor Gueths
` Gregory Nowak
` (3 more replies)
0 siblings, 4 replies; 14+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all. I have some mp3s here that have -'s at the beginning of the filename for some reason. Does anyone know how I would go about escaping so the -'s get ignored? Thanks!
- --
Failure is not an option, it comes bundled with your Microsoft product.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFBHBYCNohoaf1zXJMRAunOAJ9cY3AyM/E5JhrNm6UdfO078ccPXACePpvl
cy2o34Ki1yzXBsAQcpPAXaU=
=eVbV
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
escaping filenames Igor Gueths
@ ` Gregory Nowak
` Igor Gueths
` escaping filenames Thomas Stivers
` (2 subsequent siblings)
3 siblings, 1 reply; 14+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Try putting the file names in apostrophes, which should prevent the
shell from messing with them.
Greg
On Thu, Aug 12, 2004 at 09:14:42PM -0400, Igor Gueths wrote:
> Hi all. I have some mp3s here that have -'s at the beginning of the filename for some reason. Does anyone know how I would go about escaping so the -'s get ignored? Thanks!
> --
> Failure is not an option, it comes bundled with your Microsoft product.
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> !DSPAM:411c164a130552756314693!
>
>
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFBHBms7s9z/XlyUyARAqBIAKChHw2cxcEmPfKEnzpV/Wv92SKKWQCgvT0i
sXUK0nyPSZ6vDx5GuNPMIUM=
=zYBt
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
` Gregory Nowak
@ ` Igor Gueths
` Igor Gueths
0 siblings, 1 reply; 14+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I had tried that before posting, and mv still interpreted the - as a command line option being passed to it.
On Thu, Aug 12, 2004 at 08:30:20PM -0500, Gregory Nowak wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Try putting the file names in apostrophes, which should prevent the
> shell from messing with them.
>
> Greg
>
>
> On Thu, Aug 12, 2004 at 09:14:42PM -0400, Igor Gueths wrote:
> > Hi all. I have some mp3s here that have -'s at the beginning of the filename for some reason. Does anyone know how I would go about escaping so the -'s get ignored? Thanks!
> > --
> > Failure is not an option, it comes bundled with your Microsoft product.
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > !DSPAM:411c164a130552756314693!
> >
> >
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
>
> iD8DBQFBHBms7s9z/XlyUyARAqBIAKChHw2cxcEmPfKEnzpV/Wv92SKKWQCgvT0i
> sXUK0nyPSZ6vDx5GuNPMIUM=
> =zYBt
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
Failure is not an option, it comes bundled with your Microsoft product.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFBHB0pNohoaf1zXJMRAuBaAJ9R2RBx8X/zMWIJz7q8fJGAeyT/1QCbBPQZ
xuiNSAYfFiGWsAy743G+P3Q=
=N6Gn
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
` Igor Gueths
@ ` Igor Gueths
` lynx links Stephen Kelly
0 siblings, 1 reply; 14+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I managed to figure it out. Turns out I had to put a ./ before escaping the filename.
- --
Failure is not an option, it comes bundled with your Microsoft product.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFBHB9xNohoaf1zXJMRAn04AKCSvMpAslwuVCNFvY87iEBl9HudGACeKC6o
JP0+vhsqg3gGBJKqMx8LawE=
=IsnV
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
escaping filenames Igor Gueths
` Gregory Nowak
@ ` Thomas Stivers
` Ralph W. Reid
` Joseph C. Lininger
3 siblings, 0 replies; 14+ messages in thread
From: Thomas Stivers @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, Aug 12 2004 at 09:14:42PM -0400, Igor Gueths wrote:
> Hi all. I have some mp3s here that have -'s at the beginning of the filename for some reason. Does anyone know how I would go about escaping so the -'s get ignored? Thanks!
> --
With most commands you can indicate that there are no more options with "--" before the filename. If that doesn't work then refer to it more specifically with ./filename.
HTH
- --
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
Thomas Stivers e-mail: stivers_t@tomass.dyndns.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFBHEWT5JK61UXLur0RAvzlAJ9HVZlSXsuzlW4dy4xoWxsjaBNaOACfQ9dn
Uv6YNGfZ4quG4ePHxPEtCQo=
=v8l6
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
escaping filenames Igor Gueths
` Gregory Nowak
` escaping filenames Thomas Stivers
@ ` Ralph W. Reid
` Terry D. Cudney
` Joseph C. Lininger
3 siblings, 1 reply; 14+ messages in thread
From: Ralph W. Reid @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
A couple of things have worked for me when file names try to get
tangled up with command line options:
1. Use a full or partial path name for the file, such as ./<filename>
or /home/mydir/subdir/filename.
2. Use wildcard characters to get at the file, such as in
*partial_filename.mp3.
3. Put the file name in quotes, as in "filename" or 'filename'.
HTH, and have a _great_ weekend!
On Thu, Aug 12, 2004 at 09:14:42PM -0400, Igor Gueths wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all. I have some mp3s here that have -'s at the beginning of the filename for some reason. Does anyone know how I would go about escaping so the -'s get ignored? Thanks!
> - --
> Failure is not an option, it comes bundled with your Microsoft product.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
>
> iD8DBQFBHBYCNohoaf1zXJMRAunOAJ9cY3AyM/E5JhrNm6UdfO078ccPXACePpvl
> cy2o34Ki1yzXBsAQcpPAXaU=
> =eVbV
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Ralph. N6BNO. Wisdom comes from central processing, not from I/O.
rreid@sunset.net http://personalweb.sunset.net/~rreid
Opinions herein are either mine or they are flame bait.
COSECANT (x) = COTAN (x) / TAN (x)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
` Ralph W. Reid
@ ` Terry D. Cudney
` Chuck Hallenbeck
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Terry D. Cudney @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi all,
In this thread, how do I get rid of a file that shows up in an 'ls' listings as "^K". It is a zero length file, but persistently there.
--terry
On Fri, Aug 13, 2004 at 10:56:58AM -0700, Ralph W. Reid wrote:
> A couple of things have worked for me when file names try to get
> tangled up with command line options:
>
> 1. Use a full or partial path name for the file, such as ./<filename>
> or /home/mydir/subdir/filename.
>
> 2. Use wildcard characters to get at the file, such as in
> *partial_filename.mp3.
>
> 3. Put the file name in quotes, as in "filename" or 'filename'.
>
> HTH, and have a _great_ weekend!
>
> On Thu, Aug 12, 2004 at 09:14:42PM -0400, Igor Gueths wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Hi all. I have some mp3s here that have -'s at the beginning of the filename for some reason. Does anyone know how I would go about escaping so the -'s get ignored? Thanks!
> > - --
> > Failure is not an option, it comes bundled with your Microsoft product.
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.3 (GNU/Linux)
> >
> > iD8DBQFBHBYCNohoaf1zXJMRAunOAJ9cY3AyM/E5JhrNm6UdfO078ccPXACePpvl
> > cy2o34Ki1yzXBsAQcpPAXaU=
> > =eVbV
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
> Ralph. N6BNO. Wisdom comes from central processing, not from I/O.
> rreid@sunset.net http://personalweb.sunset.net/~rreid
> Opinions herein are either mine or they are flame bait.
> COSECANT (x) = COTAN (x) / TAN (x)
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Name: Terry D. Cudney
Phone: (705) 422-0039
E-mail: terry@wasaga.dyns.net
Web: wasaga.dyns.net
Having a smoking section in a restaurant is like...
having a peeing sectionin a swimming pool.
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
` Terry D. Cudney
@ ` Chuck Hallenbeck
` Thomas Stivers
` Ralph W. Reid
2 siblings, 0 replies; 14+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
One more way to handle those difficult filenames is with the pilot
utility that comes with pine. Pilot lets you navigate a directory and
perform actions on the filename or directory name currently highlighted.
So you would arrow down to the offending file, and either type 'd' to
delete it or 'r' to rename it. There are other actions you might take
too, such as 'e' to edit it or just 'enter' to view it. You can also
'l' launch an application giving the file as an argument, or 'c' to copy
it somewhere.
Chuck
On Fri, 13 Aug 2004, Terry D. Cudney wrote:
> Hi all,
>
> In this thread, how do I get rid of a file that shows up in an 'ls' listings as "^K". It is a zero length file, but persistently there.
>
> --terry
>
> On Fri, Aug 13, 2004 at 10:56:58AM -0700, Ralph W. Reid wrote:
>> A couple of things have worked for me when file names try to get
>> tangled up with command line options:
>>
>> 1. Use a full or partial path name for the file, such as ./<filename>
>> or /home/mydir/subdir/filename.
>>
>> 2. Use wildcard characters to get at the file, such as in
>> *partial_filename.mp3.
>>
>> 3. Put the file name in quotes, as in "filename" or 'filename'.
>>
>> HTH, and have a _great_ weekend!
>>
>> On Thu, Aug 12, 2004 at 09:14:42PM -0400, Igor Gueths wrote:
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Hi all. I have some mp3s here that have -'s at the beginning of the filename for some reason. Does anyone know how I would go about escaping so the -'s get ignored? Thanks!
>>> - --
>>> Failure is not an option, it comes bundled with your Microsoft product.
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.2.3 (GNU/Linux)
>>>
>>> iD8DBQFBHBYCNohoaf1zXJMRAunOAJ9cY3AyM/E5JhrNm6UdfO078ccPXACePpvl
>>> cy2o34Ki1yzXBsAQcpPAXaU=
>>> =eVbV
>>> -----END PGP SIGNATURE-----
>>>
>>> _______________________________________________
>>> Speakup mailing list
>>> Speakup@braille.uwo.ca
>>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>>
>> --
>> Ralph. N6BNO. Wisdom comes from central processing, not from I/O.
>> rreid@sunset.net http://personalweb.sunset.net/~rreid
>> Opinions herein are either mine or they are flame bait.
>> COSECANT (x) = COTAN (x) / TAN (x)
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
>
> Name: Terry D. Cudney
> Phone: (705) 422-0039
> E-mail: terry@wasaga.dyns.net
> Web: wasaga.dyns.net
>
> Having a smoking section in a restaurant is like...
> having a peeing sectionin a swimming pool.
>
> Please avoid sending me Word or PowerPoint attachments.
> See http://www.fsf.org/philosophy/no-word-attachments.html
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
The Moon is Waning Crescent (5% of Full)
My home page is at http://www.mhcable.com/~chuckh
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
` Terry D. Cudney
` Chuck Hallenbeck
@ ` Thomas Stivers
` Ralph W. Reid
2 siblings, 0 replies; 14+ messages in thread
From: Thomas Stivers @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, Aug 13 2004 at 02:18:35PM -0400, Terry D. Cudney wrote:
> Hi all,
>
> In this thread, how do I get rid of a file that shows up in an 'ls' listings as "^K". It is a zero length file, but persistently there.
Well that is likely a control k character and a bit funny to type. One way is to use control-v to escape the next control char, so you would do control-v control-k as the argument to an rm or mv command. Another nifty trick is to use ls and find to get crazy files by their inode number. For example:
~$ ls -i
77871 bin
78082 lynx_bookmarks.html
93045 Maildir
108489 tmp
93244 xml
~$ find ~ -inum 93244
/home/stivers_t/xml
Its kind of a cluge, but it was the only way back in the days of funky terminals that didn't do control characters.
HTH or at least hope it was interesting.
- --
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
Thomas Stivers e-mail: stivers_t@tomass.dyndns.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFBHRH55JK61UXLur0RAsevAJ96SXBTkl2kK+vbofdXNAa3inlknwCfe1nX
LfAXU3JblslaoBzAEq+tsww=
=0xvc
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
escaping filenames Igor Gueths
` (2 preceding siblings ...)
` Ralph W. Reid
@ ` Joseph C. Lininger
3 siblings, 0 replies; 14+ messages in thread
From: Joseph C. Lininger @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
If the program supports getopt for option processing, then using "--" before
the first argument will allow it to work. For example:
mv -- -filename.mp3 filename.mp3
--
Joseph C. Lininger
jbahm@pcdesk.net
Note, the following is used for automated processing. Please lieve intact if
quoting me in a reply.
Verification: 5eab38a77ac40416e075be8f50607ff7
----- Original Message -----
From: "Igor Gueths" <igueths@lava-net.com>
To: <speakup@braille.uwo.ca>
Sent: Thursday, August 12, 2004 7:14 PM
Subject: escaping filenames
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all. I have some mp3s here that have -'s at the beginning of the
filename for some reason. Does anyone know how I would go about escaping so
the -'s get ignored? Thanks!
> - --
> Failure is not an option, it comes bundled with your Microsoft product.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
>
> iD8DBQFBHBYCNohoaf1zXJMRAunOAJ9cY3AyM/E5JhrNm6UdfO078ccPXACePpvl
> cy2o34Ki1yzXBsAQcpPAXaU=
> =eVbV
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* lynx links
` Igor Gueths
@ ` Stephen Kelly
` Luke Davis
0 siblings, 1 reply; 14+ messages in thread
From: Stephen Kelly @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi All,
When using Lynx, Is it possible to get Speakup to read
the links as I scroll through them with the up and
down arrow keys?
When I scroll through the links Speakup just reads the
bottom line over and over.
Thanks!
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: lynx links
` lynx links Stephen Kelly
@ ` Luke Davis
0 siblings, 0 replies; 14+ messages in thread
From: Luke Davis @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Do you have show-cursor set to on in your options?
On Fri, 13 Aug 2004, Stephen Kelly wrote:
> Hi All,
>
> When using Lynx, Is it possible to get Speakup to read
> the links as I scroll through them with the up and
> down arrow keys?
> When I scroll through the links Speakup just reads the
> bottom line over and over.
> Thanks!
>
>
>
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
` Terry D. Cudney
` Chuck Hallenbeck
` Thomas Stivers
@ ` Ralph W. Reid
` Terry D. Cudney
2 siblings, 1 reply; 14+ messages in thread
From: Ralph W. Reid @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Wow! Where did that file come from (retorical question)? You might
try the following, taking care to keep track of directory and file
permissions if necessary--especially if system files are involved!
Try moving all of the other files and subdirectories from the
directory where the ^k file is, then removing the directory where the
^k file is with `rm -r <dirname>`, recreating the directory with
`mkdir <dirname>`, and then moving all of the wanted files and
subdirectories back in to the new empty directory. After a few simple
attempts, I was not able to create a ^k file unless I used the
individual characters '^' and 'k' (as opposed to CTRL-K), but I was
able to create a file whose name consisted of a single space
character, and then remove it as described above. Note that if the
file name is actually made up of the characters '^' and 'k', a simple
remove command using the characters should remove it. HTH and have a
_great_ day.
On Fri, Aug 13, 2004 at 02:18:35PM -0400, Terry D. Cudney wrote:
> Hi all,
>
> In this thread, how do I get rid of a file that shows up in an 'ls' listings as "^K". It is a zero length file, but persistently there.
>
> --terry
>
--
Ralph. N6BNO. Wisdom comes from central processing, not from I/O.
rreid@sunset.net http://personalweb.sunset.net/~rreid
Opinions herein are either mine or they are flame bait.
1 = x^0
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: escaping filenames
` Ralph W. Reid
@ ` Terry D. Cudney
0 siblings, 0 replies; 14+ messages in thread
From: Terry D. Cudney @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi Ralph,
Thanks for the suggestion. That would be a lot of work, but do-able.
The solution that Thomas suggested worked. i.e:
mv control-v+control-k k-file
where control-x is the control character. that is, the control-v escapes the following control character. Then it's an easy m;atter to examine/delete/whatever the k-file.
This group is great! Thanks guys!
--terry
On Sat, Aug 14, 2004 at 12:02:15PM -0700, Ralph W. Reid wrote:
> Wow! Where did that file come from (retorical question)? You might
> try the following, taking care to keep track of directory and file
> permissions if necessary--especially if system files are involved!
> Try moving all of the other files and subdirectories from the
> directory where the ^k file is, then removing the directory where the
> ^k file is with `rm -r <dirname>`, recreating the directory with
> `mkdir <dirname>`, and then moving all of the wanted files and
> subdirectories back in to the new empty directory. After a few simple
> attempts, I was not able to create a ^k file unless I used the
> individual characters '^' and 'k' (as opposed to CTRL-K), but I was
> able to create a file whose name consisted of a single space
> character, and then remove it as described above. Note that if the
> file name is actually made up of the characters '^' and 'k', a simple
> remove command using the characters should remove it. HTH and have a
> _great_ day.
>
> On Fri, Aug 13, 2004 at 02:18:35PM -0400, Terry D. Cudney wrote:
> > Hi all,
> >
> > In this thread, how do I get rid of a file that shows up in an 'ls' listings as "^K". It is a zero length file, but persistently there.
> >
> > --terry
> >
>
> --
> Ralph. N6BNO. Wisdom comes from central processing, not from I/O.
> rreid@sunset.net http://personalweb.sunset.net/~rreid
> Opinions herein are either mine or they are flame bait.
> 1 = x^0
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Name: Terry D. Cudney
Phone: (705) 422-0039
E-mail: terry@wasaga.dyns.net
Web: wasaga.dyns.net
Having a smoking section in a restaurant is like...
having a peeing sectionin a swimming pool.
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
escaping filenames Igor Gueths
` Gregory Nowak
` Igor Gueths
` Igor Gueths
` lynx links Stephen Kelly
` Luke Davis
` escaping filenames Thomas Stivers
` Ralph W. Reid
` Terry D. Cudney
` Chuck Hallenbeck
` Thomas Stivers
` Ralph W. Reid
` Terry D. Cudney
` Joseph C. Lininger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).