Skip to content
LinuxSimply
  • Courses
  • Tutorials
    • Glossary
    • Commands
    • Linux Basics
    • Bash Scripting
    • Ubuntu
    • Networking
    • Bash Programming
    • Linux Applications
    • Miscellaneous
  • Cheat Sheets
  • Forum
  • About

bash functions

Overriding Commands

Overriding Commands in Bash

April 3, 2024March 21, 2024 by Mitu Akter Mou

Overriding commands refers to making custom implementations of a built-in or external command. The best way to override a command …

Read more

16 Practical Bash script examples of using the bash functions with proper explanation.

Bash Function Examples

March 18, 2024February 22, 2024 by Ridoy Chandra Shil

Bash scripting is the process of writing scripts using the bash language primarily found in Unix-based systems like Linux. The …

Read more

Bash Script Argument

Argument in Bash Script

April 23, 2024February 19, 2024 by Md Zahidul Islam Laku

Proper execution of a Bash script depends on the successful parsing of its arguments. After parsing the arguments users need …

Read more

How to Return Values from Bash Function

Return Values From Bash Function

March 17, 2024February 15, 2024 by Mitu Akter Mou

Return values are an integral part of a Bash function. The bash function returns values by using the return statement. …

Read more

bash alias function

How to Use Alias And Functions in Bash [Reference Manual]

April 3, 2024February 14, 2024 by Md Zahidul Islam Laku

Aliases are used to wrap up long commands under a single name. Sometimes, they serve the purpose of a function. …

Read more

bash script options

How to Add Options in a Bash Script [2 Methods]

April 3, 2024February 11, 2024 by Md Zahidul Islam Laku

Bash commands often come with options and the output of a command varies depending on the options provided. Therefore, it …

Read more

call bash function

How to Call a Function in Bash [7 Cases]

April 3, 2024February 4, 2024 by Md Zahidul Islam Laku

Calling Bash functions is as simple as invoking a Bash command. To call an already-declared Bash function, use the function …

Read more

bash function variable

Variables in Bash Function [Easy Reference]

April 3, 2024January 31, 2024 by Md Zahidul Islam Laku

Variables defined within a Bash function may have different scopes. A variable declared in a function can only be available …

Read more

create a Bash function

How to Define a Function in Bash [2 Methods]

April 3, 2024January 29, 2024 by Md Zahidul Islam Laku

A function in Bash is a collection of commands, necessary loops or control statements that are grouped together for a …

Read more

linuxsimply white logo
LinuxSimply serves as an informational
repository about the Linux operating system.

Get In Touch!

Company

  • About Us
  • Contact Us
  • Career
  • All Contributors

Services

  • Pricing
  • System Administration
  • Server Management
  • Bash Automation
card

Resources

  • Courses
  • Help Forum
  • Cheat Sheets
  • Free Downloads
trustpilot logo

Legal Corner

  • Disclaimer
  • Privacy Policy
  • Editorial Policy
  • Terms & Conditions
dmca
LinuxSimply is owned by , an IT & Digital Media Company.

Copyright © 2024 LinuxSimply | All Rights Reserved.