Search Results

Search: Posts Made By: rahulkalra9
4,173
Posted By rahulkalra9
Write pid and command name to a txt file while executing a bash script
Hi All,

Just have a requirement, I am executing a bash shell script, my requirement is to catch the pid and job name to a txt file in the same directory, is there anyway to do it? please help me...
9,324
Posted By rahulkalra9
Alright many thanks for this info, i am thinking...
Alright many thanks for this info, i am thinking of alternative approach.

Regards
Rahul
9,324
Posted By rahulkalra9
this command : /usr/ucb/ps auxwww | fgrep Copy...
this command :
/usr/ucb/ps auxwww | fgrep Copy
is not working for me
---------------------------
using this command :
ps -eo pid,args | grep "[C]opy" | while read pid args; do pargs $pid; done...
9,324
Posted By rahulkalra9
Ps -ef, output getting truncated, please help
Hi All,

here is an output of my command and the problem is that my output string is truncated, I want to exact the full string, I am on BASH shell, please help me out.

Regards
Rahul
...
1,257
Posted By rahulkalra9
grep and regular expressions
Hi All,

For the past many days I have solved a lot of grep and regular expression questions, Now I am in a search for a good quality set of questions that can help me build and check my knowledge...
Showing results 1 to 5 of 5

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