Search Results

Search: Posts Made By: captaindoogles
2,247
Posted By captaindoogles
Ok, after installing Centos 6.2 I found that grep...
Ok, after installing Centos 6.2 I found that grep worked the way it should have. I dont think it like what ever what in my ubuntu box.
2,247
Posted By captaindoogles
I am making a bash script. I need to scan to see...
I am making a bash script. I need to scan to see if people are on an absent list and the last part gives a description of why they are not there. I took me a minute to get it from a pdf file to a...
2,247
Posted By captaindoogles
It is just printing the heros.txt file. I even...
It is just printing the heros.txt file. I even tried (awk '{ print $1, $2 }' heros.txt | grep -f where.txt) but it also just printed heros.txt information.

How do I get it to search the names...
2,247
Posted By captaindoogles
For Loop Question
I am struggling with the for loop. I have a file name heros.txt and I would like to go through a list in file where.txt and see if I can find the name from where inside heros.

One of the problems...
11,796
Posted By captaindoogles
I'm sorry for not being clear on the range. I...
I'm sorry for not being clear on the range. I have networks from 172.16.1.1 - 172.16.10.254.

$ echo "172.16.10.124" | grep -qE '172\.16\.10\.[0-9]{1,3}' ; echo $?
0
$ echo "172.16.10.abc" | grep...
11,796
Posted By captaindoogles
Bash Script w/ IP Range
Is there a basic IP range script or a site that has basic script written?

I am making a script that is looking for a device on my network threw HTTP://. I and using a for loop with wget to...
Showing results 1 to 6 of 6

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