代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/129337/14250830
_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/228773/14363981
_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/116739/14956335
until
#!/bin/ksh
# Script name: until
# Example 10.104
until who | grep linda
do
sleep 5
done
talk linda@dragonwings
www.eeworm.com/read/147608/12542814
_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/133667/14030974
_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/204809/15333373
_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/9942594
until2
#!/bin/ksh
# Script name: until2
# Example 10.105
hour=0
until (( hour > 23 ))
do
case "$hour" in
[0-9]|1[0-1]) print "Good morning!"
;;
12) print "Lunch time"
;;
1[3
www.eeworm.com/read/165536/10057843
exe until.exe
www.eeworm.com/read/165536/10057989
mak until.mak
#
# Makefile for UNTIL.EXE
#
# Compiler : Microsoft C 6.0
# Created : 13.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my
www.eeworm.com/read/165536/10058015
txt until.txt
UNTIL [DUAL MODE]
NAME UNTIL - Waits until a specified time.
SYNTAX
until time
USAGE
Until