×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

What is command substitution in bash and how is it done?

by EITCA Academy / Saturday, 05 August 2023 / Published in Cybersecurity, EITC/IS/LSA Linux System Administration, Bash scripting, Bash variables and quoting, Examination review

Command substitution is a powerful feature in the Bash shell that allows the output of a command to be used as an input for another command or stored in a variable. It provides a way to dynamically generate arguments or data for a command based on the result of another command. This functionality is particularly useful in Linux system administration and bash scripting, as it enables automation and efficient processing of data.

Command substitution can be achieved in two ways in Bash: using backticks (`) or using the $(command) syntax. Both methods have the same effect, but the latter is more preferred due to its readability and ease of use.

To perform command substitution using backticks, enclose the command within backticks and assign the result to a variable or use it directly in a command. For example:

output=`command`

Or

variable=$(command)

In both cases, the specified command is executed, and the output is captured and assigned to the variable or used directly. It is important to note that the command within the backticks or $(…) is executed in a subshell, which means it runs in a separate process and does not affect the current shell environment.

Command substitution can be used in various scenarios. For instance, it can be used to assign the output of a command to a variable for further processing. This is particularly useful when dealing with system commands that provide information about the system or its components. Here's an example:

disk_space=$(df -h / | awk 'NR==2{print $5}')

In this example, the `df -h /` command is used to retrieve the disk space usage of the root file system. The output is then piped to `awk` to extract the percentage usage. The result is stored in the `disk_space` variable, which can be used later in the script.

Command substitution can also be used directly in a command. For instance, you can use it to pass the output of one command as an argument to another command. Here's an example:

echo "Today is $(date)"

In this example, the `date` command is executed, and its output is substituted into the `echo` command, resulting in the current date being displayed.

Furthermore, command substitution can be nested, allowing for more complex operations. For example:

echo "The largest file in the directory is $(ls -l $(find /path/to/dir -type f) | sort -k5 -nr | head -n1)"

In this example, the `find` command is used to locate all files within a specified directory. The output of `find` is then passed as an argument to `ls -l`, which lists the files in long format. The result is piped to `sort` to sort the files based on their sizes, and `head` is used to display only the largest file. The entire command is then substituted into the `echo` command to display the desired output.

Command substitution in Bash is a powerful feature that allows the output of a command to be used as input or stored in a variable. It provides flexibility and automation in Linux system administration and bash scripting, enabling efficient data processing and dynamic generation of arguments.

Other recent questions and answers regarding Bash scripting:

  • Why are Bash scripting functions important in Linux System Administration and Cybersecurity?
  • How can arguments be passed to a Bash function, and how can these arguments be accessed within the function?
  • What is the difference between defining a function in Bash using the "function name()" syntax and the "function" keyword syntax?
  • How can script arguments be passed to a bash script, and how can the script check if the correct number of arguments has been provided?
  • What is the purpose of including a shebang line at the beginning of a bash script?
  • What are the logical operators that can be used in if conditions in bash scripting?
  • How can you test if a variable is not null in bash scripting?
  • What is the difference between the old test syntax and the new test syntax in bash scripting?
  • What is the syntax for an if statement in bash scripting using the old test syntax?
  • What is the purpose of if conditions in bash scripting?

View more questions and answers in Bash scripting

More questions and answers:

  • Field: Cybersecurity
  • Programme: EITC/IS/LSA Linux System Administration (go to the certification programme)
  • Lesson: Bash scripting (go to related lesson)
  • Topic: Bash variables and quoting (go to related topic)
  • Examination review
Tagged under: Automation, Bash, Command Substitution, Cybersecurity, Linux, Shell Scripting
Home » Cybersecurity » EITC/IS/LSA Linux System Administration » Bash scripting » Bash variables and quoting » Examination review » » What is command substitution in bash and how is it done?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

Eligibility for EITCA Academy 80% EITCI DSJC Subsidy support

80% of EITCA Academy fees subsidized in enrolment by

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2025  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?