Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bash-4.3$ bash -c 'type echo'
- echo is a shell builtin
- bash-4.3$ dash -c 'type echo'
- echo is a shell builtin
- bash-4.3$ fish -c 'type echo'
- echo is a builtin
- bash-4.3$ ksh -c 'type echo'
- echo is a shell builtin
- bash-4.3$ mksh -c 'type echo'
- echo is a shell builtin
- bash-4.3$ rc -c 'whatis echo'
- builtin echo
- bash-4.3$ zsh -c 'type echo'
- echo is a shell builtin
- bash-4.3$ yash -c 'type echo'
- echo: a regular built-in at /bin/echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement