Search Results

Search: Posts Made By: McThick
47,662
Posted By McThick
It seems your rm may be aliased to rm -i, which...
It seems your rm may be aliased to rm -i, which overrides your -f option. Try /usr/bin/rm -rf * from the appropriate directory.

More safely, you can test with

prompt%> mkdir /foo
prompt%> cd...
1,741
Posted By McThick
I don't believe you can do that with mv. You may...
I don't believe you can do that with mv. You may have to settle for a copy and remove the old one.

cp -pThe above 'preserves' (hence the 'p') attributes, including the timestamp.
Forum: Solaris 04-09-2009
10,115
Posted By McThick
X is always such a pain... I'm afraid I...
X is always such a pain...

I'm afraid I don't know how to fix your problem exactly, though I have some ideas!

Make sure your DNS is all set up correctly and operating nicely, especially between...
5,464
Posted By McThick
ty :) Glad it helped.
ty :) Glad it helped.
5,464
Posted By McThick
You could also use mailx: Echo the output...
You could also use mailx:

Echo the output from myscript.sh to a text file then execute mailx against that file like so:

mailx -s "subjectline" bernadette@email.com bill@email.com will@email.com...
5,345
Posted By McThick
It looks to me like you are attempting to use...
It looks to me like you are attempting to use shell if-then logic inside your SQL code. Since you've turned off all the notifications, you are not seeing the error messages that this will surely...
14,332
Posted By McThick
As an alternative, you could use scp (secure...
As an alternative, you could use scp (secure copy) rather than ftp to transfer the files. SCP does not require USER or PASS arguments, which may be causing part of your problem.

I use this to...
31,818
Posted By McThick
I realize that this is too late to help Balzarus,...
I realize that this is too late to help Balzarus, but it might help someone else. The error you were getting, namely :

is caused because you did not have the required whitespace around your...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 05:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy