71.5k views
3 votes
Both aliases and functions can be used to store commands that can be executed, but functions can also accept positional parameters.

a. True
b. False

User Aucuparia
by
7.9k points

1 Answer

2 votes

Answer:

The answer is "True".

Explanation:

  • Alias command is normally used for shortening or chain terminal commands with each other. These commands include many shells that are ash, bash, csh, and ksh. The purpose is to use these commands is read and execute commands.
  • A function is a group of statements that are used to perform a specifics task. In other words, we can say that a function will take values that are passed by the user and somehow manipulate those values for executing commands and function parameters are known as positional parameters.

User Artist
by
7.9k points