What the difference between the output of kill -l on Bash and Zsh?
up vote
1
down vote
favorite
When I run the kill -l
command in Zsh and Bash, the results are different. Why is that?
bash zsh kill
add a comment |
up vote
1
down vote
favorite
When I run the kill -l
command in Zsh and Bash, the results are different. Why is that?
bash zsh kill
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When I run the kill -l
command in Zsh and Bash, the results are different. Why is that?
bash zsh kill
When I run the kill -l
command in Zsh and Bash, the results are different. Why is that?
bash zsh kill
bash zsh kill
edited yesterday
Zanna
49.1k13123234
49.1k13123234
asked Nov 24 at 15:33
SDirection
93114
93114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Use which
command
as can be seen below, those are different implementation of kill. zsh uses an internal one.
zsh:
~ % which kill
kill: shell built-in command
bash:
~$ which kill
/bin/kill
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Use which
command
as can be seen below, those are different implementation of kill. zsh uses an internal one.
zsh:
~ % which kill
kill: shell built-in command
bash:
~$ which kill
/bin/kill
add a comment |
up vote
0
down vote
accepted
Use which
command
as can be seen below, those are different implementation of kill. zsh uses an internal one.
zsh:
~ % which kill
kill: shell built-in command
bash:
~$ which kill
/bin/kill
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Use which
command
as can be seen below, those are different implementation of kill. zsh uses an internal one.
zsh:
~ % which kill
kill: shell built-in command
bash:
~$ which kill
/bin/kill
Use which
command
as can be seen below, those are different implementation of kill. zsh uses an internal one.
zsh:
~ % which kill
kill: shell built-in command
bash:
~$ which kill
/bin/kill
answered Nov 24 at 15:41
niry
442311
442311
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095675%2fwhat-the-difference-between-the-output-of-kill-l-on-bash-and-zsh%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown