Search Results

Search: Posts Made By: briandanielz
13,545
Posted By Aia
You need an init start up file that would create...
You need an init start up file that would create a /etc/issue with the resulting ip address being given by the dhcp server, each time the system boots up.

Since you are in Ubuntu you can use...
1,496
Posted By Chubler_XL
Here is inline: A=("one" "two"...
Here is inline:

A=("one" "two" "mail@yourhost.com")
B=("one" "two" "three")

for((i=0;i<${#A};i++)) {
if [[ ${A[i]} = *@* ]]
then
echo "A contains @"
fi
}
...
Showing results 1 to 2 of 2

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