Search Results

Search: Posts Made By: bkeep
4,272
Posted By bkeep
Thanks for the info. I made a small change. ...
Thanks for the info.

I made a small change.
Broken after pipe to reduce screen scrolling.

grep -InE $LOOKFOR $i/public_html/* -R |
awk -F: 'NR==1{print $1,"\n" $2,$3; next} p!=$1{p=$1; print...
4,272
Posted By bkeep
Thanks for the reply. Regarding "one process...
Thanks for the reply. Regarding "one process without any kernel data structure", can you elaborate on what you said or post a link? I don't understand what you are talking about. I guess I am going a...
4,272
Posted By bkeep
Yes, the @symbols are part of what is being...
Yes, the @symbols are part of what is being checked. The current list is just preliminary and is not complete.

To give a little background. I run a small hosting company. One of my clients was...
4,272
Posted By bkeep
Please review script for search in all files
I have written a little script to scan users home directories for certain commands located inside a file. The script is setup to include a small help section and allows for passing a username...
32,040
Posted By bkeep
Thanks for the responses you guys are top notch....
Thanks for the responses you guys are top notch. I have made a few modifications to get this working recursively using edgarvm's example. I also incorporated JerryHone's idea about dealing with...
32,040
Posted By bkeep
compare files in two directories and output changed files to third directory
I have searched about 30 threads, a load of Google pages and cannot find what I am looking for. I have some of the parts but not the whole. I cannot seem to get the puzzle fit together.

I have...
1,662
Posted By bkeep
I am running it on Gentoo and just emerged it ...
I am running it on Gentoo and just emerged it


emerge mmv
According to the link below you can get it from any other repo I have had a hard time finding just a source package for it though.
...
1,662
Posted By bkeep
ghostdog74, thanks for that it worked perfectly...
ghostdog74, thanks for that it worked perfectly after I removed the extra ). That is much more elegant and succinct then what I had.


find . -type f -name "*.*" | while read FILE
do
chmod 664...
1,662
Posted By bkeep
Working script, Would like someone to look at for me
First off I have to say, it is because of this forum and countless Google searches I have this script working at all. So thank you for that.

I have created a web based open source project and I am...
Showing results 1 to 9 of 9

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