Search Results

Search: Posts Made By: JimJim
Forum: Programming 09-15-2007
6,345
Posted By JimJim
Running unix exe from windows
Dear,

It seems that you need a kind of software that enables you to login to unix from windows and execute any command there. Well I have seen the following options,

1. Procom plus.

2....
3,687
Posted By JimJim
Hello cfajohnson, The command I am using is...
Hello cfajohnson,

The command I am using is for example "mv *17Jul07* /dir1/dir2/" or "mv /dir1/*17Jul07* ." is there something wrong with the second form of the mv command. Now about the...
3,687
Posted By JimJim
Problem with mv
Dears,

I have noticed recently that whenever I try to use the unix command mv to move a large number of files from one directory to another. The files disappear after a while. My question is does...
3,259
Posted By JimJim
Explanation of File Cache entry in prtmem
Dears,

I use memtool to check the memory usage within a server, it runs Solaris 2.6; unfortunately memtool does not have a binary for SunOS 2.6 sparcv7. So I am a bit helpless in determining where...
2,771
Posted By JimJim
Deleting some mails from Unix mail accounts
Hi there,

Is there a way to delete some messages from the mail account on a Unix machine via a script?.

Regards
4,784
Posted By JimJim
generated at UNIX Box to NT Box
Hi,

First you should make sure that FTP server is running on the target NT Box, then you can apply the following lines in any shell script

ftp -n -v << _eof

open 172.16.55.9
user username...
6,280
Posted By JimJim
Thanks
vgersh99 your method is correct.

Regards
6,280
Posted By JimJim
Difference between two rows
Dears,

I have a list as follows,

2
4
8

If I want to find the difference between two consecutive rows. Then I have to store the specific rows in two variables and then find the difference....
5,862
Posted By JimJim
Help with xargs
Hi there,

I am trying to move around 3000 files from one directory to another. The mv command is complaining from too many arguments. I tried to use the xargs command but with no luck. Could some...
24,902
Posted By JimJim
Place of crontab files
Hi there,

Thaks for all of you. The files are where you said.

Regards
24,902
Posted By JimJim
Location of users cron files
Hi there,

Is there a place where I can find the crontab file sof all users on a solaris box.

Regards,
21,202
Posted By JimJim
Positioning curser at EOF in vi
Hi there,

Is there a way to position the cursor at EOF in vi, I know from the man pages how to position the cursor at the end of a paragraph, but what about the EOF (End Of File).

Regards
2,658
Posted By JimJim
Re: number of "/"
Hi there,

Another one line solution,

df -k | awk '{print $6}' | awk -F\/ '{print $2}' | sort

Regards
8,791
Posted By JimJim
Re: Re: Determining the failure or success of FTP
Hi there,

The case exactly as follows, I am sending data to a directory which might could get full, in this case if the shell script is transferring files it will fail, at this point I want to...
8,791
Posted By JimJim
Determining the failure or success of FTP
Hi there,

I am in the process of writing a shell script to transfer files to a remote directory. Is there a method to determine the success or the failure of the ftp process.

Regards
Jim
3,643
Posted By JimJim
Hi zazzybob, I already have a solution using...
Hi zazzybob,

I already have a solution using another package other than sendmail. I am looking for something similar using sendmail. I have looked on the internet yesterday, although I collected a...
3,643
Posted By JimJim
Automating sendmail
Hi there,

I am trying to send emails from within a shell script, and I need help. Also I am trying to send attachments from within a shell script. I am using sendmail.

Regards
5,226
Posted By JimJim
Spawning a shell script
The idea is to simulate unix operation, if many users type the command ls, many output will be displayed for all the users.

I want to do something similar.

Regards
5,226
Posted By JimJim
Spawning a shell script
Hi bhargav,

Let's assume a very simple unix script that runs few unix commands, lik edf -k, ps -ef, etc...

Regards
5,226
Posted By JimJim
Spawning a shell script
Hi there,

I have a shell script which I need to run it from two different places on the same server, are there any specific rules I need to apply? What is the best practice to achieve this task.
...
2,439
Posted By JimJim
Hi Zazzybob, It works for me. thanks
Hi Zazzybob,

It works for me.

thanks
2,439
Posted By JimJim
Unix script execution messages
Hi folks,

Is there a way to view the messages, during execution of a unix script?, for the purpose of debugging.

Regards
Showing results 1 to 22 of 22

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