Search Results

Search: Posts Made By: rpiboy
1,019
Posted By rpiboy
Function Script
First time doing a function script and I am getting an error. Anyone knows the problem?

#!/bin/bash
hello()
{ echo "Executing function hello"
}
echo "Script has started now"
hello
echo...
712
Posted By rpiboy
While loop help
I'm trying to understand this code. I want to know when I execute the code how come this code outputs
"nameserver 192.168.168.2 search lan"?
There is no "cat /etc/resolv.conf" in the code so why...
Showing results 1 to 2 of 2

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