close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 20 and Version 21 of wade/linux/bash


Ignore:
Timestamp:
Sep 20, 2011, 1:09:55 PM (14 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/linux/bash

    v20 v21  
    23230 表示正確。
    24241 表示錯誤。
     25$? 顯示上個判斷值。
    2526{{{
    2627a=11
     
    3738判斷自己是否為 root
    3839{{{
     40[ $UID == 0 ]
    3941}}}
    4042