Search Results

Search: Posts Made By: jjinno
36,254
Posted By jjinno
Here is a little BASH trick to avoid these...
Here is a little BASH trick to avoid these problems...

#!/bin/bash

function myLoop()
{
echo $1 |
while read WORD
do
echo $WORD|egrep "[0-9]" 2>/dev/null 1>/dev/null
...
Forum: Red Hat 06-15-2010
8,388
Posted By jjinno
Short answer: this is perfectly normal. What...
Short answer: this is perfectly normal. What happened was that an IP address was added to the interface without a differentiating label.

Believe it or not, the "ifconfig" application is strongly...
Showing results 1 to 2 of 2

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