any shell that doesn't expand \t or \n in it's arguments?
From: jwk (_hate_spam_thunder7_at_xs4all.nl)
Date: 03/30/04
- Next message: Villy Kruse: "Re: Problem using recursive chmod with find and xargs"
- Previous message: Stachu 'Dozzie' K.: "Re: Problem using recursive chmod with find and xargs"
- Next in thread: Barry Margolin: "Re: any shell that doesn't expand \t or \n in it's arguments?"
- Reply: Barry Margolin: "Re: any shell that doesn't expand \t or \n in it's arguments?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Mar 2004 11:36:48 GMT
I have a program that calls a script to print files, both on windows and
on unix systems.
Because of the windows systems, one argument to the script is like this:
\\host\queue
Depending on the name of queue, this makes the script on unix go
haywire:
\x is '\' 'x', but \t becomes '<tab>'
is there any way to start a shell which prevents this horrible mess?
The only alternative is to rename all my print-queues :-(
Thanks,
Jurriaan
--
The language of the Oracle is Truth, and his accent is ASCII.
The USENET Oracle
Debian (Unstable) GNU/Linux 2.6.5-rc2-mm5 2x5947 bogomips 0.29 0.30
- Next message: Villy Kruse: "Re: Problem using recursive chmod with find and xargs"
- Previous message: Stachu 'Dozzie' K.: "Re: Problem using recursive chmod with find and xargs"
- Next in thread: Barry Margolin: "Re: any shell that doesn't expand \t or \n in it's arguments?"
- Reply: Barry Margolin: "Re: any shell that doesn't expand \t or \n in it's arguments?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|