Résultats de la recherche
Apparence
Essayez avec cette orthographe : index
Créer la page « Inkey » sur ce wiki ! Voyez également les résultats de votre recherche.
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...7 kio (999 mots) - 22 juin 2021 à 15:32
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...8 kio (1 157 mots) - 23 mai 2021 à 18:14
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...6 kio (910 mots) - 26 août 2022 à 20:03
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...2 kio (419 mots) - 24 avril 2022 à 15:58
- to continue, Ctrl-C to exit. ')" read -n1 -p -s Inkey echo "$(gettext ' Inkey = ')"$Inkey if [ "$Inkey" = "y" ] then { cd $Projectdir echo -e "$(gettext...13 kio (1 891 mots) - 3 septembre 2022 à 13:43
- $Srcdir/compil2bin.sh read -s -e -n 1 -t 60 -p "Continue ?: y/n" Inkey; echo if [ "$Inkey" != 'y' ]; then echo "exit"; exit 0; fi #P funtion killDMOPT invocation...3 kio (429 mots) - 25 octobre 2021 à 11:30
- $Projectdir/$Bookname.$Suffix ? \033[0m" read -s -n1 -p "inkey y/n : " Inkey; echo $Inkey if [ "$Inkey" = "y" ] then echo; chmod 755 $Projectdir/$Bookname...17 kio (2 580 mots) - 5 octobre 2021 à 14:31
- Add_appendix echo -n "Choose Annexer inkey '1' or Add_appendix inkey '2' or /usr/local inkey '3': " read Inkey if [ "$Inkey" == "1" ] then #O Test Annexer...12 kio (36 467 mots) - 5 avril 2022 à 17:21
- Re-install Add_Appendix ? \033[0m" read -s -n1 -p "inkey y/n: " Inkey; echo "$Inkey" if [ "$Inkey" = 'y' ]; then ~/Add_appendix/sbin/users_install_annex...18 kio (2 852 mots) - 28 août 2021 à 18:20
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...14 kio (2 218 mots) - 25 octobre 2021 à 15:02
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...12 kio (2 009 mots) - 24 avril 2022 à 15:53
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...22 kio (3 161 mots) - 25 octobre 2021 à 14:45
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...18 kio (2 588 mots) - 25 octobre 2021 à 15:14
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo " Inkey is not yes, or time out after 60 sec...20 kio (2 896 mots) - 25 octobre 2021 à 15:08
- Attendre 'un' (un seul) caractère de réponse. read -n1 -p -s Inkey echo "Inkey = "$Inkey rm -f ~/tmp/*.tmp; rm -f ~/tmp/*.txt; rm -f ~/tmp/temp/*.tmp;...16 kio (2 531 mots) - 26 janvier 2021 à 09:05
- \033[31mUpdate Bookname.Suffix ? y/n :\033[0m ')"; read -s -n1 -p "inkey" Inkey; echo; if [ "$Inkey" = "y" ] then chmod 755 "$Projectdir/$Bookname.$Suffix"; cp...12 kio (1 748 mots) - 25 octobre 2021 à 10:47
- \033[31mUpdate $Bookname.$Suffix ? y/n :\033[0m ')"; read -s -n1 -p "inkey : " Inkey;echo " "; if [ "$Inkey" = "y" ]; then chmod 755 "$Projectdir/$Bookname.$Suffix";...6 kio (810 mots) - 24 avril 2021 à 12:05
- read -s -e -n 1 -t 60 -p "y/n ? : " Inkey;echo #T echo "Inkey = $Inkey" if [ "$Inkey" != 'y' ]; then echo "Inkey is not yes, or time out after 60 sec...15 kio (1 852 mots) - 25 octobre 2021 à 10:59
- caractère de réponse. read -n1 -p -s Inkey echo "Inkey = "$Inkey #O si la réponse au clavier est 'o' (oui !), if [ "$Inkey" = "o" ] #O alors effacer les fichiers...14 kio (2 219 mots) - 12 novembre 2022 à 21:00
- \033[31mUpdate $Bookname.$Suffix ? y/n :\033[0m ')"; read -s -n1 -p "inkey" Inkey; echo; if [ "$Inkey" = "y" ] then chmod 755 "$Projectdir/$Bookname.$Suffix"; cp...10 kio (1 469 mots) - 15 avril 2021 à 16:35
- Horváth-Simonchich Horváth-Stansics Hosszútóthy Hölgyi Hrabovszky Huszár Inkey Istvánffy Ivánka Izdenczy Jaklin Jakusith Jászy Jakusith Jeszenszky Jókay
- Présent Passé Futur 1re du sing. inké inkeyé inketé 2e du sing. inkel inkeyel inketel 3e du sing. inker inkeyer inketer 1re du plur. inket inkeyet inketet
- puis en 1867. Son petit-fils (fils de sa fille Yolante), le baron Josef Inkey, épousera en 1908 Thérèse Apponyi, ma fille et la petite-fille de Sophie