mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-19 16:53:15 +00:00
funtion -> function
This commit is contained in:
parent
2cd1e38b0e
commit
5db2e1fd4d
@ -154,7 +154,7 @@ ${#array[i]} # to find out the length of any element in the arra
|
||||
${#array[@]} # to find out how many values there are in the array
|
||||
|
||||
declare -a # the variables are treaded as arrays
|
||||
declare -f # uses funtion names only
|
||||
declare -f # uses function names only
|
||||
declare -F # displays function names without definitions
|
||||
declare -i # the variables are treaded as integers
|
||||
declare -r # makes the variables read-only
|
||||
|
Loading…
Reference in New Issue
Block a user