This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #список номеров заносится в файл | |
| echo "Enter file name" #имя файла в котором список номеров | |
| read FILE | |
| while read number | |
| do | |
| login=`inf -r $number | awk '$2 ~ /ep/ {print $2}' >> /dev/null` #определение логина | |
| sleep 10 | |
| killall inf |