|
Simple Sand Samples |
説明のないとってもシンプルなサンプルプログラム集
| COBOL | awk | C言語 | D言語 | GO言語 | Lua | Vim |
| bash | Perl | Gauche | Clojure | CLISP | EmacsLisp | VimScript |
| tcsh | Ruby | Groovy | Java | C# | VBScript | JavaScript |
| Io言語 | Python | Erlang | Scala | VB.NET | Excel/VBA | PHP |
| Tcl | Haskell | OCaml | PowerShell | Windows | Unix/Linux |
PowerShell > リストの差分を得る
list-diff.ps1
|
|
Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.
PS C:\Users\takk> ./list-diff.ps1
InputObject SideIndicator
----------- -------------
5 =>
6 =>
1 <=
1 <=
2 <=
3 <=
4 <=
5 =>
6 =>
1 <=
1 <=
2 <=
3 <=
4 <=
PS C:\Users\takk>
Copyright (C) 2014 Microsoft Corporation. All rights reserved.
PS C:\Users\takk> ./list-diff.ps1
InputObject SideIndicator
----------- -------------
5 =>
6 =>
1 <=
1 <=
2 <=
3 <=
4 <=
5 =>
6 =>
1 <=
1 <=
2 <=
3 <=
4 <=
PS C:\Users\takk>