Search Results

Search: Posts Made By: yabhi_22
10,184
Posted By yabhi_22
Hey, Since the columns whose delimiter's are...
Hey,

Since the columns whose delimiter's are to be replaced are fixed so their position will also be fixed in your input file.
In that case you can work with below script

cat /dev/null >...
2,301
Posted By yabhi_22
without awk it's tough to achieve what you are...
without awk it's tough to achieve what you are trying to do.
let me know if you find a solution
2,301
Posted By yabhi_22
Try this
If I am not wrong then you are trying to extract lines between 01/Aug and 02/Aug.
For e.g. if it's like
abcd.....01/Aug a
1 2 3
4 5 6
abcds...02/Aug bc
you want an output like this
a
1 2 3...
1,804
Posted By yabhi_22
OCP and UNIX shell scripting
Hey Guys,

What's up?
How good is the combination of Oracle certification of OCP and UNIX shell scripting.
I believe they complement each other well.
What do the experts say?
984
Posted By yabhi_22
Need Advice
Guys,

Can you tell me what value would additional knowledge of PERL and CGI scripting will add to my skill set of UNIX shell scripting and ORACLE PL/SQL?

I understand that PERL is a good tool...
7,478
Posted By yabhi_22
Default editor in zsh
Guys,

Can somebody help in setting vi as the default editor in zsh shell.
I know that in ksh and bourne we can achieve the setting through .profile file.
I want to replicate the behavior of ksh...
34
77,754
Posted By yabhi_22
Cool Post. Really helpful
Cool Post.
Really helpful
3,274
Posted By yabhi_22
Thanks guys WIll check these solutions.
Thanks guys
WIll check these solutions.
3,274
Posted By yabhi_22
Space occupied by core
Guys,

Can some one help me?
I need to find the total percent of space occupied by core files on my unix system.

I know df -k will give me the percent space utilization for a directory but...
10,553
Posted By yabhi_22
My script works fine when executed manually. It...
My script works fine when executed manually. It has 777 rights on it.
The actual crontab entry is like 30 * * * * fullscriptpath.

The script has used global variables defined for super user id....
10,553
Posted By yabhi_22
I checked /var/log/cron there are no logs being...
I checked /var/log/cron there are no logs being generated. My script itself has its own log. Even its not being created. I am not sure what going wrong.How do I debug whether a cron job is executing...
10,553
Posted By yabhi_22
Ok. For a cron job the required profile must be...
Ok. For a cron job the required profile must be set so that the script executes.
Now how do we tell cron that it has to execute the script with this profile
10,553
Posted By yabhi_22
Cron job not running
Hi All,

I am editing crontab using -e option to add a new job
Below is the line
30 * * * * scriptpath

This job is not executing every thirty minutes.
I have checked, cron daemon is...
62,958
Posted By yabhi_22
Both worked
Thank you Guys.
Both your solutions worked perfectly fine.

I tried set heading on to display column names in the excel but it didn't work.
Did I missed something?
62,958
Posted By yabhi_22
oracle query output in excel file
Hi All,
I have seen many examples of spooling query output in csv file.
But I want to spool the query results in proper excel file.
Can you guys help me on this?
1,735
Posted By yabhi_22
Hey Thanks! I changed the IFS to : and wrote...
Hey Thanks!
I changed the IFS to : and wrote the same while loop I was using.
Now the loop's working fine.
1,735
Posted By yabhi_22
Forgot to mention I am using korn shell.
Forgot to mention I am using korn shell.
1,735
Posted By yabhi_22
"$variable" is not behaving as a string in my script
Hi All,
I am using the below while syntax for reading my file but its not working. Below is the line in my file
" 123 rteyu 566"
when I use below code the spaces are truncated for 1st variable...
15,289
Posted By yabhi_22
not working in my code
Hi All,
I am using the same while syntax for reading my file but its not working for my code.
Below is the line in my file
" 123 rteyu 566"
when I use below code the spaces are shifted especially...
Showing results 1 to 19 of 19

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