Search Results

Search: Posts Made By: anominous
1,420
Posted By Aia
A note: grep can give you the count you are...
A note:
grep can give you the count you are looking for without the need to pipe it to another program.
$(ps -fu $USER | grep -c curl.*4cdn)
1,420
Posted By Chubler_XL
If you have verbose on how many "threads" are...
If you have verbose on how many "threads" are being reported by this line:

if [ $verbose == "1" ]; then echo -e "$color_front""Found $i threads"; fi

You test and limit $i to 200; reporting...
Showing results 1 to 2 of 2

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