You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How you can create a simple function and call the function is shown in the following script. Create a file named ‘function.sh’ and add the following code. You can call any function by name only without using any bracket in bash script.
'
function F1()
{
echo 'This is a test function and I like bash programming'