Search Results

Search: Posts Made By: jitendriya.dash
3,732
Posted By jitendriya.dash
Sudoer Help....
Hi,

When i use command "sudo -l" under my user, it gives me the following list.

(root) NOPASSWD: /bin/chgrp
(root) NOPASSWD: /bin/chmod
(root) NOPASSWD: /bin/chown
(root)...
5,657
Posted By jitendriya.dash
CPU Usage for a particular process
Hi,

I have a shell script. But, upon execution of the same, the cpu usage is sometimes getting 100 % (checked executing top command).

At that point of time, my process hangs, doesn't run...
3,837
Posted By jitendriya.dash
Thanks for the input. Request for further inputs.
Thanks for the input.

Using database is a good idea, however placing the contents of all html files here into DB, (as a BLOB/CLOB field) or placing only the <a href > lines, that contains...
3,837
Posted By jitendriya.dash
Performing fast searching operations with a bash script
Hi,

Here is a tough requirement , to be served by bash script.

I want to perform 3,00,000 * 10,000 searches.

i.e. I have 10,000 doc files and 3,00,000 html files in the file-system. I want...
1,952
Posted By jitendriya.dash
Thanks a lot.
Hi,

Thanks a lot. It is such a simple point, but i was going into more complexity.

It really helped me a lot.

Thanks and Regards,

Jitendriya Dash.
1,952
Posted By jitendriya.dash
Awk Help for extracting report from logs
Hi

I have a log file, with lines of following kind.

------------------------
2009-05-15 07:49:42,574 INFO - SqlMapObjectDataDao - select - selectObject - 2 ms
2009-05-15 07:49:42,575 INFO -...
4,947
Posted By jitendriya.dash
How to delay the process for few seconds
Hi,

In my shell script, (as per the requirement), I am creating few files, and the processes are launched parallelly . (by using "&" at the end of the command line). As per the logic, I need to...
3,185
Posted By jitendriya.dash
Return code for parallel running threads
Hi,

How to use the return code, for parallel running threads.

Ex-

grep pattern1 file1 file2 file3 file4 &
grep pattern1 file5 file6 file7 file8 &
grep pattern1 file9 file10 file11 file12 &...
22,979
Posted By jitendriya.dash
Thanks a lot. I think, the first suggestion will...
Thanks a lot. I think, the first suggestion will help me.

Thanks and Regards,

Jitendriya Dash
22,979
Posted By jitendriya.dash
How to use while loop in bash shell to read a file with 4 lines of gap
Hi ,

I am currently using the while loop in bash shell, as follows.

while read line
do
echo $line
done < file.txt

However, i want to use the while loop on file.txt, which will read the...
Showing results 1 to 10 of 10

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