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 |
Linuxコマンド > cd(bash) ディレクトリ変更
|
|
~$ pwd
/home/hoge
/home$
~$
/usr/bin$
~$
~$
/home/hoge
親ディレクトリへ
~$ cd ../home$
元のディレクトリへ
/home$ cd -~$
指定ディレクトリへ
$ cd /usr/bin/usr/bin$
ホームディレクトリへ(1)
/usr/bin$ cd~$
ホームディレクトリへ(2)
/usr/bin$ cd ~~$