Skip to main content
deleted 60 characters in body
Source Link
RonJohn
  • 1.5k
  • 1
  • 18
  • 31

I would like to know whether the commands that we call in the shell are functions or programs?

Yes.

Specifically, when you type in some text and press enter, the shell must determine whether it's:

  1. an alias,
  2. a function,
  3. a built-in command,
  4. an executable file (and then whether or not it's a binary program or a script).

I would like to know whether the commands that we call in the shell are functions or programs?

Yes.

Specifically, when you type in some text and press enter, the shell must determine whether it's:

  1. an alias,
  2. a function,
  3. a built-in command,
  4. an executable file (and then whether or not it's a binary program or a script).

I would like to know whether the commands that we call in the shell are functions or programs?

Yes.

Specifically, when you type in some text and press enter, the shell must determine whether it's:

  1. an alias,
  2. a function,
  3. a built-in command,
  4. an executable file.
Source Link
RonJohn
  • 1.5k
  • 1
  • 18
  • 31

I would like to know whether the commands that we call in the shell are functions or programs?

Yes.

Specifically, when you type in some text and press enter, the shell must determine whether it's:

  1. an alias,
  2. a function,
  3. a built-in command,
  4. an executable file (and then whether or not it's a binary program or a script).