* iXBRL の仕様
--------------
- http://www.xbrl.org/frontend.aspx?clk=SLK&val=122
Specifications - Candidate Recommendations

  Part 1 - Specification
      http://www.xbrl.org/Specification/inlineXBRL-part1/CR-2009-11-16/inlineXBRL-part1-CR-2009-11-16.html
  Part 2 - Schemas
      http://www.xbrl.org/Specification/inlineXBRL-part2/CR-2009-11-16/inlineXBRL-part2-CR-2009-11-16.html
  Part 3 - Transformation Rules Registry
      http://www.xbrl.org/Specification/inlineXBRL-part3/CR-2009-11-16/inlineXBRL-part3-CR-2009-11-16.html

  Conformance Suite
      http://publicsvn.xbrl.org/svn/public/inline-xbrl-conformance/2009-11-16/

iXBRL -> XBRL 変換実装 (XSLT ベース)
----------------------------------
- http://sourceforge.net/projects/inlinexbrl/develop
 An XSLT based tool which takes a primary input Inline XBRL file (e.g., "input.xml")
 and producesa primary output raw XBRL file (e.g., "output.xml").

その他
------
$ diff -y dir1 dir2 | less
　　2 カラム形式で ファイル差分を見ることができる。 (on MacOSX)
$ grep --color pattern files...
   マッチした部分に色がつく grep 表示

//--- End of File ---