Search Results

Search: Posts Made By: catalinawinemxr
12,388
Posted By catalinawinemxr
Thanks will have to read up more on awk.
Thanks will have to read up more on awk.
12,388
Posted By catalinawinemxr
kill multiple processes by name
Want to kill multiple processes by name. for the example below, I want to kill all 'proxy-stagerd_copy' processes.

I tried this but didn't work:

>> ps -ef|grep proxy_copy

root 991 986...
7,016
Posted By catalinawinemxr
Ahhhh....got it now. Got it all working and...
Ahhhh....got it now.

Got it all working and I'm back in happyland.

Thanks
7,016
Posted By catalinawinemxr
Sorry I should have mentioned, I have 2 weeks...
Sorry I should have mentioned, I have 2 weeks experience with unix.

We run it manually, but maybe in the future would like to run some of my scripts using a cronjob.

Do I need to add my export...
7,016
Posted By catalinawinemxr
bash: <command nm> command not found
I created a script that I need to run from time to time, but get this error message. To get it working again I run this command from time to time:

export PATH="$PATH:~/scripts"

I put all my...
1,003
Posted By catalinawinemxr
Worked perfectly, muchos gracias
Worked perfectly, muchos gracias
1,003
Posted By catalinawinemxr
[Solved] basic script help
I run a command to extract blob file locations in a large log file to another file to remove all the fluff.

Example:
[root] # tail -50 samtest|grep -i blob|cut -d "'" -f 2...
Showing results 1 to 7 of 7

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