代码搜索:until

找到约 4,232 项符合「until」的源代码

代码结果 4,232
www.eeworm.com/read/418017/2094193

exp mi0-until.exp

# Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by #
www.eeworm.com/read/410728/2205032

exp mi2-until.exp

# Copyright 1999, 2000, 2001, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as publ
www.eeworm.com/read/160303/5574650

wait-until-policy-loaded

#!/bin/sh # Wait until --listen succeeds, and then look for trap route # caused by "packetdefault" # This will delay until pluto is started count=20 until [ $count -eq 0 ] || ipsec whack --listen >/
www.eeworm.com/read/160303/5574653

wait-until-pluto-started

#!/bin/sh # Wait until --listen succeeds. # This will delay until pluto is started count=20 until [ $count -eq 0 ] || ipsec whack --listen >/dev/null 2>&1 do count=`expr $count - 1` sleep 2 done
www.eeworm.com/read/158872/5592309

exp mi2-until.exp

# Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by #
www.eeworm.com/read/158872/5592344

exp mi1-until.exp

# Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by #
www.eeworm.com/read/269494/11096734

bp do_loop_until.bp

a = 10 Do a = a + 1 Print a Loop Until a < 30
www.eeworm.com/read/464279/7166926

sh ex-11-04_until.sh

#!/bin/sh # Chapter 11 - The Until Loop # This example demonstrates the use of the until loop echo "Using an Until loop:" x=1; until [ $x -ge 10 ] do echo $x x=`echo "$x + 1" | bc` done ech
www.eeworm.com/read/403922/11500377

html function.time-sleep-until.html

Make the script sleep until the specified time