Search Results

Search: Posts Made By: Haimanti
3,295
Posted By Haimanti
Find PID for a process
I want to kill a process run by a user of another group.

How do I do that..?
2,280
Posted By Haimanti
Thanks a lot Anurag... :)
Thanks a lot Anurag... :)
2,280
Posted By Haimanti
How to use find and mv
I have some files, say a.log, where date gets appended after the script is run. I want to move these from the respectiive directory to the history directory.

I am using :
find ${LOG_DIR} \(...
1,913
Posted By Haimanti
How to use find and mv
I have some files, say a.log, where date gets appended after the script is run. I want to move these from the respectiive directory to the history directory.

I am using :
find ${LOG_DIR} \(...
5,672
Posted By Haimanti
How to check for a specific process running or not in Unix
I have used ps -ef | grep <process name> to see if the process is still running or not. But, not being able to find anything in particular. Any clue on this...
2,681
Posted By Haimanti
while read each_rec do fin_div_count=`echo...
while read each_rec
do
fin_div_count=`echo "${each_rec}" | cut -c1-2`
if [ ${fin_div_count} -eq 01 ]
then
abc=`echo "${each_rec}" | cut -c37-48 | bc`
2,681
Posted By Haimanti
abc=`echo <filename> | cut -c37-48`
abc=`echo <filename> | cut -c37-48`
2,681
Posted By Haimanti
How to store a number along with the sign
If I use the below
cut -c37-48, the minus sign does not get appended to the number, as the sign is in the 36th Position.

But, If I use cut -c36-48, the minus sign appears infront of the number,...
5,741
Posted By Haimanti
How to rename a file even when it shows permission Denied in Unix
While executing a script, I am not being able to able to create a file as the file with the same name already exists. That existing file is not getting overwritten as I am not the owner of the file....
Forum: Programming 11-16-2010
2,231
Posted By Haimanti
Pro*C certification
Any Pro*C certification available..?
Forum: Programming 11-16-2010
1
1,197
Posted By Haimanti
Urgent
Hi,

Any certification on Pro*C to test my skills or so...
Showing results 1 to 11 of 11

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