Search Results

Search: Posts Made By: kashif.live
1,660
Posted By Jotne
ip_address=$(awk 'NR==2 {print $1}' file.html) ...
ip_address=$(awk 'NR==2 {print $1}' file.html)
hostname=$(awk 'NR==2 {print $2}' file.html)
put_location=$(awk 'NR==2 {print $3}' file.html)
1,501
Posted By Corona688
N=1 while [ $N -le 4 ] do command >...
N=1
while [ $N -le 4 ]
do
command > file1
command > file2

# Break out of the loop if files are identical
diff file1 file2 >/dev/null && break
let...
8,603
Posted By Corona688
There's no point going to all that trouble to set...
There's no point going to all that trouble to set variables of the right name if all you're going to do is put them in an associative array after. Read the code, try to understand what it's doing,...
Showing results 1 to 3 of 3

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