Search Results

Search: Posts Made By: rxg
8,176
Posted By rxg
File exists, but cannot be opened.How to check- whether it could be opened to read when it exists
Hi


#Testing for file existence
if [ -f $DIR/SCHOOL_FAC.txt ]; then
echo 'SCHOOL data is available for processing'
else
echo 'SCHOOL DATA IS NOT AVAILABLE FOR PROCESSING'
...
33,587
Posted By rxg
Sir basically this is an Audit file,...
Sir


basically this is an Audit file, which lets me know what each file contains
first column is the file name"POPULATION", second column is number of records (i shoudl see whether it is...
33,587
Posted By rxg
Hi Sir They are 4 lines in the file. ...
Hi Sir

They are 4 lines in the file.

One line is what i mentioned earlier


POPULATION,69691,20120509

From each line i just need to get the second value,
I studied the awk command...
33,587
Posted By rxg
How to grep after the first comma till the next comma in a line
Hi

Can any one pls tell me how to grep this line

POPULATION,69691,20120509

I want the number 69691 from the above line.
How to grep from the first comma till the next comma.

Thank...
1,647
Posted By rxg
Caller Script should produce and email from 4 different script within it
Hi

I wrote a shell script , which includes one output file which is emailed back to me , when the script runs .

Now i want to slip the script into 4 different shell scripts each of which...
27,538
Posted By rxg
THANK YOU SO MUCH ..
THANK YOU SO MUCH ..
27,538
Posted By rxg
How to delete the submitted at command
Hi

I have submitted an at command to run next week .
Now i want to remove the submitted at command .
I dont want the job to run .

Can anyone help me , with the command to remove the...
2,638
Posted By rxg
Hi But i can write a scheduler script which...
Hi

But i can write a scheduler script which contains an at command which runs my script 3 rd of every month .

And set the scheduler to look for the at command and then only run my script ......
2,638
Posted By rxg
How to write an at command which executes a script every month on 3 rd
Hi

Any one pls give me the at command which runs 3 rd of every month at 2 am.

Its urgent ...Your help would be so much for me


Thanks ..
11,456
Posted By rxg
Hi I have edited my question more...
Hi

I have edited my question more specifically ..pls help me .
11,456
Posted By rxg
if clause problem ..err is : integer expression expected
Hi

pls help me with this if clause , which is marked in red .

It gives me an error saying :-
: integer expression expected
and it goes to the else part and writes output the WARNING...
Showing results 1 to 11 of 11

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