代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/285490/8835941
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0
www.eeworm.com/read/283196/9036628
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0
www.eeworm.com/read/177608/9444208
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0
www.eeworm.com/read/176730/9486454
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0
www.eeworm.com/read/372527/9505089
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0
www.eeworm.com/read/372449/9510394
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0
www.eeworm.com/read/365783/9847840
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0
www.eeworm.com/read/167987/9942589
until
#!/bin/ksh
# Script name: until
# Example 10.104
until who | grep linda
do
sleep 5
done
talk linda@dragonwings
www.eeworm.com/read/399963/7819145
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0
www.eeworm.com/read/262261/11595799
_until
#!/bin/sh
until who | grep "$1" > /dev/null
do
sleep 60
done
# Now ring the bell and announce the unexpected user.
echo -e \\a
echo "***** $1 has just logged in *****"
exit 0