@@ -0,0 +1,6 @@
#!/bin/bash
while read $line
do
ip=$(echo $line | cut -d ' ' -f 1)
hostname=$(echo $line | cut -d ' ' -f 2)
done < ./hosts
The note is not visible to the blocked user.