Nov 6, 2009

Menampilkan command-command Shell

Untuk menampilkan command-command Shell bisa dengan langkah-langkah berikut ini.
Untuk mengetahui jenis Shell yang digunakan ketiklah seperti di bawah ini.
$ echo $SHELL
/bin/bash          

Karena Shell-nya bash, maka untuk menampilkan command-command Shell-nya adalah dengan command di bawah ini.
$ help | more

Kemudian didapatkan hasil seperti di bawah ini,
GNU bash, version 3.2.33(1)-release (i386-redhat-linux-gnu)
These shell commands are defined internally.  Type `help' to see this list.
Type `help name' to find out more about the function `name'.
Use `info bash' to find out more about the shell in general.
Use `man -k' or `info' to find out more about commands not in this list.
A star (*) next to a name means that the command is disabled.
 JOB_SPEC [&]                       (( expression ))
 . filename [arguments]                     :
 [ arg... ]                                            [[ expression ]]
 alias [-p] [name[=value] ... ]            bg [job_spec ...]
 dst

Hehe

No comments:

Post a Comment