摘要:
1 #! /usr/bin/lua 2 3 --[==[ 4 @desc 5 copy stdin to stdout by line. 6 @param lineno int 7 0 : has no line number 8 1 : has line number 9 --]==]10 function mock_cat(lineno)11 local i=1 12 13 for v in io.lines()14 do 15 print( ((lineno>0) and "\t... 阅读全文
posted @ 2013-01-31 13:51
colaftc
阅读(178)
评论(0)
推荐(0)

浙公网安备 33010602011771号