吴迪ID:wudi_1982
39184次访问,排名2831好友0人,关注者3
wudi_1982的文章
原创 56 篇
翻译 1 篇
转载 11 篇
评论 3 篇
︻┳═一的公告

最近评论
Bright:老大,抄代码也要看清楚啊!
就没有看出来,哪里有设置
//设置一个可以EveryOne SECURITY_ATTRIBUTES

这哪是C#的.而且这个代码不能用哦
foxyy8888:楼主可以挟巨款潜逃了~
foxyy8888:莫非这个也叫简历?
文章分类
收藏
    相册
    BLOG连接
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 bsh中的测试符收藏

    新一篇: ORACLE中的日志 | 旧一篇: UNIX中的GDB

    从man中摘取下来的。 

    CONDITIONAL EXPRESSIONS
           Conditional  expressions  are  used by the [[ compound command and the test and [ builtin commands to test file attributes and perform string and arithmetic comparisons.  Expressions are formed from the following
    unary or binary primaries.  If any file argument to one  of  the  pri-maries  is  of  the form /dev/fd/n, then file descriptor n is checked.If the file argument to one of the primaries  is  one  of  /dev/stdin, /dev/stdout, or /dev/stderr, file descriptor 0, 1, or 2, respectively,is checked.

           -a file
                  True if file exists.
           -b file
                  True if file exists and is a block special file.
           -c file
                  True if file exists and is a character special file.
           -d file
                  True if file exists and is a directory.
           -e file
                  True if file exists.
           -f file
                  True if file exists and is a regular file.
           -g file
                  True if file exists and is set-group-id.
           -h file
                  True if file exists and is a symbolic link.
           -k file
                  True if file exists and its 鈥樷€榮ticky鈥欌€?bit is set.
           -p file
                  True if file exists and is a named pipe (FIFO).
           -r file
                  True if file exists and is readable.
           -s file
                  True if file exists and has a size greater than zero.
           -t fd  True if file descriptor fd is open and refers to a terminal.
           -u file
                  True if file exists and its set-user-id bit is set.
           -w file
                  True if file exists and is writable.
           -x file
                  True if file exists and is executable.
           -O file
                  True if file exists and is owned by the effective user id.
           -G file
                  True if file exists and is owned by the effective group id.
           -L file
                  True if file exists and is a symbolic link.
           -S file
                  True if file exists and is a socket.
           -N file
                  True if file exists and has been modified  since  it  was  last
                  read.
           file1 -nt file2
                  True  if  file1  is newer (according to modification date) than
                  file2, or if file1 exists and file2 does not.
           file1 -ot file2
                  True if file1 is older than file2, or if file2 exists and file1
                  does not.
           file1 -ef file2
                  True if file1 and file2 refer to the same device and inode num-
                  bers.
           -o optname
                  True if shell option optname  is  enabled.   See  the  list  of
                  options  under  the  description  of  the  -o option to the set
                  builtin below.
           -z string
                  True if the length of string is zero.
           string
           -n string
                  True if the length of string is non-zero.

           string1 == string2
                  True if the strings are equal.  = may be used in  place  of  ==
                  for strict POSIX compliance.

           string1 != string2
                  True if the strings are not equal.
           string1 < string2
                  True  if  string1 sorts before string2 lexicographically in the
                  current locale.

           string1 > string2
                  True if string1 sorts after string2  lexicographically  in  the
                  current locale.

           arg1 OP arg2
                  OP is one of -eq, -ne, -lt, -le, -gt, or -ge.  These arithmetic
                  binary operators return true if arg1 is equal to, not equal to,
                  less than, less than or equal to, greater than, or greater than
                  or equal to arg2, respectively.  Arg1 and arg2 may be  positive
                  or negative integers.

    发表于 @ 2007年05月19日 11:18:00|评论(loading...)|编辑

    新一篇: ORACLE中的日志 | 旧一篇: UNIX中的GDB

    评论:没有评论。

    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © ︻┳═一