Search Results

Search: Posts Made By: user`
6,066
Posted By user`
Thanks agama, appreciate it. could you...
Thanks agama, appreciate it.

could you please give an example for the following?




thanks again
best regards
user

edit by bakunin: changed ..- to -tags.
6,066
Posted By user`
agama, thanks for the reply well i think...
agama, thanks for the reply

well i think bash or kshell won't work because i'm using freebsd (/bin/tcsh).

I'll definitely add logging as you have suggested. So it will work on next sunday.

...
6,066
Posted By user`
Hello agama, I have tried your codes past...
Hello agama,

I have tried your codes past two sundays and I was expecting on 06/03/2012 (it was odd sunday) the script should have deleted the stats but it seems it didn't work. Am i missing...
4,565
Posted By user`
agama, Chubler_XL , thanks so much. I'll try this.
agama, Chubler_XL , thanks so much. I'll try this.
4,565
Posted By user`
Hi, just wanted to give updates regarding the end...
Hi, just wanted to give updates regarding the end of month script. I tried Chubler_XL codes and unfortunately it didn't work. I was waiting for 05/31.

This is what i have tried:

59 23 * * *...
1,347
Posted By user`
perfect, worked after adding binary, thanks so...
perfect, worked after adding binary, thanks so much edehont
1,347
Posted By user`
ftp issue
Hi again,

I'm using the following shell script via cron to upload the daily log files from my shell to the web server so we can view them online. But somehow logs get corrupted and i don't know...
4,565
Posted By user`
Jim, thank you so much for the nice suggestion
Jim, thank you so much for the nice suggestion
6,066
Posted By user`
Thanks so much agama! I like your approach and...
Thanks so much agama! I like your approach and will try it. Thanks again
6,066
Posted By user`
Cron for an alternate sunday
Hi again,

I need to delete stats on every 2nd Sunday and I've try the following codes but unfortunately it didn't work. I'll really appreciate as always for your help. I'm on FreeBSD 8.2-STABLE....
4,565
Posted By user`
Chubler_XL and agama, thanks so much, appreciate...
Chubler_XL and agama, thanks so much, appreciate it. I'll try your suggestions and will give back my input.
4,565
Posted By user`
Cron for end of month
Hello,

I'm on FreeBSD 8.2-STABLE shell and I was trying the following cron entry for end of month:
59 23 * * * [ `date +%d` -eq `echo \`cal\` | awk '{print $NF}'` ] && /home/user/eomt.sh...
21,999
Posted By user`
thx grial, actually firewall was disable...
thx grial,

actually firewall was disable when i had tried to do ftp from unix to c drive
21,999
Posted By user`
thx, when i do ping ipaddress from windows...
thx, when i do ping ipaddress from windows commands prompt
i get the result fine..no problems at all

but when i do ping ipaddress from the shell then i get this
/sbin/ping: Permission denied.
...
21,999
Posted By user`
thx arunkumar_mca: actually when i try manually...
thx arunkumar_mca: actually when i try manually it says the same
ftp: connect: Operation timed out

and no when i ping then i get this
/sbin/ping: Permission denied.
21,999
Posted By user`
Thanks grial, i'm using window XP and now atleast...
Thanks grial, i'm using window XP and now atleast its trying to connect but
it says
ftp: connect: Operation timed out
Not connected.
--

#!/bin/sh
cd /home/user
ftp -n 195.155.24.107<<EOT...
21,999
Posted By user`
Nope, still no luck, i'm ftping from unix to my c...
Nope, still no luck, i'm ftping from unix to my c drive.
21,999
Posted By user`
thx grial, i've changed lcd C:\TEST to cd...
thx grial, i've changed lcd C:\TEST to cd C:\TEST but still i get
C:TEST: No such file or directory. But C:\TEST does exist on my c drive.
21,999
Posted By user`
Hi, can anyone help me pls, i still have no luck
Hi, can anyone help me pls, i still have no luck
5,544
Posted By user`
thank you again. when i try rm...
thank you again. when i try

rm /home/user/scripts/@(logs|bk)/* it says
Badly placed ()'s.
5,544
Posted By user`
vgersh99, Thank you very much. just...
vgersh99, Thank you very much.

just wondering for this entry:
30 18 * * * rm /home/user/scripts/test[12]/* <-- it has the files in test1 dir and test2 dir. But how this will fit

if i have dir...
5,544
Posted By user`
rm command
Hi,

I have test1 and test2 directories in /home/user/scripts. test1 and test2 contains the logs. i wanted to delete the logs files from these 2 directories using crontab.

i know how to delete...
21,999
Posted By user`
Nope no luck #!/bin/sh cd /home/user ftp...
Nope no luck

#!/bin/sh
cd /home/user
ftp -n localhost <<!
quote user user
quote pass mypassword
binary
lcd C:\TEST
put ftptest.txt
quit
!

./tst.sh
ftp: local: C:TEST: No such file or...
21,999
Posted By user`
thank you arunkumar: so this script will ftp from...
thank you arunkumar: so this script will ftp from unix machine to my c drive?
21,999
Posted By user`
please, can i have a script? thx
please, can i have a script? thx
Showing results 1 to 25 of 27

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