From 4d659c7f8b1ae3c7c721cb99bd1f2c6c10eecc2c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 25 May 2021 21:29:39 -0600 Subject: reflect new sitemap --- blog/dst/a/shell_scripting.html | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'blog/dst/a/shell_scripting.html') diff --git a/blog/dst/a/shell_scripting.html b/blog/dst/a/shell_scripting.html index 741986e..b7eb3c8 100644 --- a/blog/dst/a/shell_scripting.html +++ b/blog/dst/a/shell_scripting.html @@ -3,8 +3,10 @@ + Shell scripting tutorial video notes -- Luévano's Blog - + + @@ -265,27 +267,27 @@ function_name () {

Functions can also take arguments and can access their individual arguments (each function will have a different “storage” for their arguments). Functions can also be nested. Here exit will not only will finish the function code, but also the shell script that called it, instead use return plus an exit code to just exit the function.

Tags: english, linux, notes, scripting, shell

By: David Luévano

-

Created: Sun, 14 Mar, 2021 @ 05:57 UTC, edited: Mon, 17 May, 2021 @ 20:58 UTC

+

Created: Sun, Mar 14, 2021 @ 05:57 UTC, edited: Mon, May 17, 2021 @ 20:58 UTC

-- cgit v1.2.3-54-g00ecf