页面顶部 Top
文件:  root - diary - 2008 - 2008-12 - 2008-12-10_19.20PM.html
标签: 计算机, Computing, | 英文 | 主页 | 类别: 计算机科学 | 24824 次阅读, 45462 次搜索 | 350 个单词

定阅此目录的博客 | 浏览 | 博客存档

%yes
y
y
y (Ctrl+C)
%

yes .... now i will talk about something about "yes" utility...
in linux,, usually located at /usr/bin/, there is a file called "yes"
it utterly does nothing but continues output of "y"

the size of this file is around 19kb (in OpenSUSE 11)
i recommend you try this command... hehe... don't login as root,,

yes | rm -i *

now,,, i'll talk about making "yes" on windows ....
here is the one purely done in "debug"
Yes >

this yes quits when you press "Q" or "q"
or you can write one by a simply loop

loop:
mov dx, offset yes
mov ah, 9
int 21h
jmp loop
yes db "yes", 0d, 0a, "$"


or in batch file

@echo off
REM A yes utility on windows
REM Zhihua Lai, 07/Dec/2008 5:05am
REM Free to use, just for fun!

:yes
echo yes
goto yes


or if you write a keypressed.com which returns the key to command line...

@echo off
REM A yes utility in batch file with keypressed.com
REM Written by Zhihua Lai, 10-Dec-2008, 2:49
REM Just For Fun!

:yes
echo yes
keypressed
set key=%errorlevel%
if %key% EQU 81 goto eof
if %key% EQU 113 goto eof
goto yes

:eof
set key=


now i am attaching binary files... just for fun!

yes.com (37 Bytes)
yes15b.com (15 Bytes)
keypressed.com (19 Bytes)
You see, they are pretty small.
标签: 计算机, Computing, | 英文 | 主页 | 类别: 计算机科学 | 24824 次阅读, 45462 次搜索 | 350 个单词 定阅此目录的博客

猜您喜欢...

  1. A trick for getting good at coding interviews FASTER
  2. Daily Interview Problem: Largest Product of 3 Elements I
  3. Daily Interview Problem: Decode String
  4. Non-decreasing Array with Single Modification
  5. How to Play WAV music under DOS?
  6. Skip the readings, focus on problems. And use all the hints!
  7. Binary Tree Level with Minimum Sum
  8. Daily Interview Problem: Queue Using Two Stacks
  9. Algorithm Interview: Determine If Linked List is Palindrome
  10. Find Missing Numbers in an Array

评论 (0)

您的邮件 (不公开域名部分):

您的评论:

悄悄话(发邮件) 颜色 更多笑脸 S x y @

验证码 (点击图片更新):

    当前页暂时没有评论。


最后更新: October 30 2020 14:21:12 | RSS Subscription
牛排怎么做才好吃? | <meta name="机器人" content="索引, 跟踪">