Search Results

Search: Posts Made By: Latha Nair
8,874
Posted By Latha Nair
Our vendor was also trying to solve this problem,...
Our vendor was also trying to solve this problem, it seems like they talked with IBM, and the solution seems to be that we needed quotes around the 'wild card' filenames. I was able to restore the...
8,874
Posted By Latha Nair
There are no read errors being reported. I...
There are no read errors being reported. I checked the error report. I can't go home yet... I have to start another as soon as this one is done. I guess all I can do is wait.

Thanks for the...
8,874
Posted By Latha Nair
Restore command
Does the restore command run very very slow? I am trying to do restore some files, there is practically nobody else on the system. System is idle 99% of the time, but still my files are not found...
5,465
Posted By Latha Nair
Thank you. I will do that. I didn't even know...
Thank you. I will do that. I didn't even know about this command to do a 'man' help with it.

This solved a big problem for me. We did a software upgrade on last Saturday (Aug 7th) and after...
5,465
Posted By Latha Nair
I was running a script written thru the vi...
I was running a script written thru the vi editor. I tried the suggestion made by Raguram, and it worked. Thank you soooooooo much.

Latha
5,465
Posted By Latha Nair
I inserted the code just as you told me to, and...
I inserted the code just as you told me to, and when I run the script (horolog), this is what I get:

A file or directory in the path name does not exist.
./horolog[7]: ESC: 0403-016 Cannot find...
5,465
Posted By Latha Nair
Cursor positioning thru VI Editor
Is there a way that I can position cursor at say line 23, column 2?

Thank you in advance.
50,309
Posted By Latha Nair
Cron Allow
I am trying to run a job once every hour starting at 7:00 am, and ending at 9:00 pm. After reading up on crontab command, I checked for the cron.allow file and cron.deny file. We do seem to have a...
5,103
Posted By Latha Nair
I was going thru the 'security and users' portion...
I was going thru the 'security and users' portion of smit, and set a particular user's role to 'manage all users' and 'manage all user passwords'. This does not seem to help.

Thanks,
5,103
Posted By Latha Nair
Thanks for all who answered. The whole point...
Thanks for all who answered.

The whole point of this script is that none of us are very good with UNIX here. I am entrusted with a system that I am trying to learn. I know how to change user...
5,103
Posted By Latha Nair
I am a new user, and I do not know how to use...
I am a new user, and I do not know how to use what you have explained. I read thru some of the emails in this area, and most everybody advises to use 'expect'. I am checking into that possibility. ...
5,103
Posted By Latha Nair
Password script
Is there a simple way to do a script for password changes? I need to let our help desk folks (for example) change user passwords. Currently, I have set them up with root privileges for doing this. ...
9,445
Posted By Latha Nair
Thank you Perderabo
Thanks so much. I tried it and it works fine. I am getting a Korn Shell book (Possibly by O'Reilly) in a few days (when it has to go thru purchasing dept, it might take a few days). I have put in...
9,445
Posted By Latha Nair
When I tried the "do" statement, I received an...
When I tried the "do" statement, I received an error message.
What is the right way of coding a function? I am going to Barnes & Nobles today to look for a korn shell book, but in the mean time can...
9,445
Posted By Latha Nair
If I do that, would it come back to where it was...
If I do that, would it come back to where it was after execution of the paragraph like a "do" statement? I really would like to do something like a "perform" statement in cobol.

Thank you.
Latha
9,445
Posted By Latha Nair
If I can use the "do" statement, how would I...
If I can use the "do" statement, how would I phrase it? I tried the do command in a simple script. It doesn't work.

print -n "Y/N "
read ans
if [ ans = Y ]; do
my_function
else
echo...
9,445
Posted By Latha Nair
I had it as clsbks on both areas (in the go to...
I had it as clsbks on both areas (in the go to statement and the label).

Thank you.
Latha
9,445
Posted By Latha Nair
Question about Korn Shell
In Korn Shell, can you use "go to" statements? Would you then put paragraph names with a colon?

For example,

would you specify "goto para1" and then have the paragraph with the label para1:?...
2,371
Posted By Latha Nair
Google wanted to know what I was using this for. ...
Google wanted to know what I was using this for. We have monthend procedures, which creates reports, logs, etc. I wanted to name these files with the appropriate month code. That is where the...
2,371
Posted By Latha Nair
Thanks for all who replied. Using the "typeset"...
Thanks for all who replied. Using the "typeset" command seemed the simplest way to me. I used it, and it worked. For those who knows the system so well, thank you so much for sharing your...
2,371
Posted By Latha Nair
Stripping date fields
How would I strip a date field? For example, if I have
TODAY defined as the following: TODAY=`date +"%m/%d/%y"`,
TODAY is assigned the value 11/01/03 on Nov 1, 2003
How would I strip the...
4,536
Posted By Latha Nair
Unfortunately (or fortunately), we don't have...
Unfortunately (or fortunately), we don't have tombstones! We get cremated! So, I guess whatever I have to say would be cremated with me! :D

My conclusion is that all the manuals, help routines...
4,536
Posted By Latha Nair
wOw......... Things are sure easy when you know...
wOw......... Things are sure easy when you know what you are doing. Thanks a bunch! That works for me, and that was all I was trying to accomplish.

This site is great!
Latha Nair :D
4,536
Posted By Latha Nair
It works in ksh. I was trying to use csh because...
It works in ksh. I was trying to use csh because it can put the cursor right after the question
echo -n "Please enter your Initials (3 alpha characters): "
and let the user type in their...
4,536
Posted By Latha Nair
CSH Error Message
Hi,

I am new to unix, and trying to create a simple script called "nightjobs"

set TODAY=`date +"%m%d%y"`
echo -n "Please enter your Initials (3 alpha characters): "
read init
for GROUP in 4...
Showing results 1 to 25 of 25

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