Displaying 4 results from an estimated 4 matches for "backslaches".
Did you mean:
backslach
2006 Dec 18
2
command line with < > and not wanting to redirect
How do you format a command line that needs < >
and they are not meant to redirect anything they are part of an email
address.
command -f "Some Email <someemail at somedomain.com>" -x -y -z
I tried putting a backslach in front of the < and > but that didnt do it
either.
Thanks,
Jerry
2006 Dec 19
1
Re: CentOS Digest, Vol 23, Issue 18
hi
I am new at CentOS.I am not able to install webmin at Centos.if there
is no problem at webmin installing at Cent .where I will get the
webmin rpm for Cent.
Thanks
shahriar
Quoting centos-request at centos.org:
> Send CentOS mailing list submissions to
> centos at centos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2004 Nov 09
2
Error writing temporary file. Make sure your temp folder is valid.
"Error writing temporary file. Make sure your temp folder is valid."
Can someone help out with this one? I have been trying to figure it out all
day :(
I have installed from the newest RPM for SuSE 9.1, and get the above as any
user. I suspect there is something to be changed in the config file, but I
have no idea where to start.
Thanks All,
2011 Dec 13
2
how to manually enter an double quote as data feed?
I'm doing a text mining project where I have to manually enter a double quote
as an element inside a vector.
I tried
char[10]='"'#where i enclosed the double quote in a pair of single quotes.
But the result is [1] "\"". Somehow a back slash is added automatically.
I also tried to enclose the double quote in a pair of double quotes. That
didn't work either.