Search Results

Search: Posts Made By: pranavagarwal
Forum: UNIX and Linux Applications 09-02-2009
9,697
Posted By pranavagarwal
Autosys job modified - Need to see previous version
Hi All,

Is it possible in any way to check the previous parameters of an Autosys job once the job is modified in the database?

Please throw in some light on the hows and whys of this...
...
4,457
Posted By pranavagarwal
thanks mate!
it did just what I needed.. will egt back in case of any further extensions to the same.

till then.. ciao!
4,457
Posted By pranavagarwal
For loop variable to take value linewise, not word-wise
Hi All,

Please consider the below scenario.

/home/pranav> cat > abc.txt
abc def
xyz 123
/home/pranav>
/home/pranav> cat > test_for.ksh
#!/bin/ksh

for i in `cat abc.txt`
do
echo $i...
3,081
Posted By pranavagarwal
TELNET to SSH
Hi All,

I was implementing a change of TELNET to SSH connectivity, and finding it tough at a point where I was connecting to another unix server through TELNET.

( ps -ef |grep abcd) | TELNET...
41,428
Posted By pranavagarwal
ls > file - Creating file containing the list of all files present in a directory
Hi All,

I need to create a file which contains the list of all the files present in that directory.

e.g.,

ls /export/home/user/*.dat > list_file.dat

but what i am getting is:
$ ls...
20,395
Posted By pranavagarwal
Set shell variables from SQLPLUS query results
Hi All,

I needed to get the result of two sqlplus queris into shell variables.

After days of looking for the ultimate solution to this problem.. i found this...
sqlplus -s USER/PASS@DB <<EOF |...
15,444
Posted By pranavagarwal
any body has any information about NDM
Hi All,

Any kind of literature related to NDM or its processes/syntax will be of great help.

At least it would be appreciated if anybody can tell me if we can use NDM without hardcoding the...
1,583
Posted By pranavagarwal
Unanswered question
I have to get a file created through the crontab everyday but with a different name..
i.e., filename must have the date in it.
e.g., abcd-12.10.2007.dat

When I asked this on another forum of...
55,134
Posted By pranavagarwal
ohh..
@porter..
ohh.. i did understand your post but only now.. :eek:
the point is to do it using a crontab.. i wouldn't have asked it else.. :D

:cool:thanxes..
55,134
Posted By pranavagarwal
may I be a li'l clearer?
I think that I was not clear about what I want here.

All that I want is to touch a file everyday at 2:30 with name as
day.12.11.2007

i have this example of..
30 02 * * * * * * touch...
55,134
Posted By pranavagarwal
getting the date in crontab command
Hi All,
There is a requirement to create a file everyday using the cronjob with the date as its name.

any suggestions for the crontab command that'll serve this purpose?

e.g.
02 30 * * *...
32,033
Posted By pranavagarwal
Oops! Then that leaves me here.. Thank You!
Well, then I'll have to manage the rest. The technical part being over.. I leave this thread here:b:. Thank You. :)
This thread surely was a great experience..!:cool:
32,033
Posted By pranavagarwal
Crucial info missed!
Sorry for missing out on this info..

No, it is not below the current top directory.
That is why I asked if there's any way to go beyond the top directory.

Any random ideas?

@porter...
32,033
Posted By pranavagarwal
Got most of the problem!
:b:Hi all,

I've understood the above problem. The FTP server's setting was set for a different directory than required as the Top Directory.

Is there a way by which I can change the directory...
32,033
Posted By pranavagarwal
Well, will try this and get back here soon. ...
Well, will try this and get back here soon.
Good Day!



I showed ftp here just for simplicity's sake.
32,033
Posted By pranavagarwal
sorry for the delay in reply...
I am not very sure of how the system is mapped. In fact, it is very possible that there is no unix installation in it. It could be a Windows only server.
The login credentials I have, have been...
32,033
Posted By pranavagarwal
@porter
of course it has. It actually is a unix server machine on which the windows is also installed.

Do we need a separate sftp installation on the windows OS?
32,033
Posted By pranavagarwal
SFTP from windows E:/ to unix server
Hello All :),

I am making a script in the ksh to Secure FTP a set of files from the E:/ drive in windows a computer to a unix server.

Had it been in the unix directory, I could have used the...
11,193
Posted By pranavagarwal
@Checkoh Thank you very much my friend.. the...
@Checkoh

Thank you very much my friend.. the explanation is wonderfully clear.

@Sysgate..

Thanks tou you too my frind.. although I'm still doubtful that psftp can solve my problem.
11,193
Posted By pranavagarwal
SFTP files from windows drive E: to unix
Hello friends,

I was doing this test script which would take a file from my own E: drive to the unix server which i access from a putty.

I tried

sftp <osuser>@<ipaddress>

but it didn't...
3,808
Posted By pranavagarwal
Oops! lack of presence of mind!
I was unnecesarily bugging you all..
find /path -name <filename>did the trick!

anyways.. thanx to all..
3,808
Posted By pranavagarwal
Oops! lack of presence of mind!
I was unnecesarily bugging you all..
find /path -name <filename>did the trick!

anyways.. thanx to all..
3,808
Posted By pranavagarwal
Find a file in sub-directories.. o/p just the path
Hello All,
I am somehow stumped with this ting.
'Find' will sure show me.. but I want only thepath of all the occurences of the file in any of the sub-dirs..

Any help will be sincerely...
4,186
Posted By pranavagarwal
taking it even further..
and if want to remove the case dependency of the string being searched?
4,186
Posted By pranavagarwal
A new twist to this old post..
Hello All,

i have a problem which is exactly similar to this in all respects except that i have to do this for all files in the directory including sub-directories in which the pattern exists.
...
Showing results 1 to 25 of 29

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