Skip to content
maki
Array
Initializing search
GitHub
About
AI
AWS
Azure
Coding
Cybersecurity
Data
DevOps
Documentation
Energy
Learn
ML
Optimizaton
PowerBI
Python
SQL
System
maki
GitHub
About
AI
AWS
Azure
Coding
Coding
Notepad++
standard
Teams
Algorithm
Bash
Bash
Alias
Array
Array
Table of contents
create an array
bash
.bashrc
Bracket
Datetime
Env var
Error
File Edit
File IO
Filepath
Function
Loop and Case
Operator
Parameter
Pattern Match
Select
setting
String Format
String
Sudo
awk
curl
cut
grep
ldd
sed
sort
tail
wget
Batch
Blog
C#
C++
Java
Latex
Linux
Logging
Markdown
Matlab
Network
PHP
PassManager
PowerShell
R
Rust
Search
Security
VBA
VS
VSCode
Vim
Web
Windows
Cybersecurity
Data
DevOps
Documentation
Energy
Learn
ML
Optimizaton
PowerBI
Python
SQL
System
Table of contents
create an array
Array
¶
create an array
¶
a
=(
first
second
third
)
echo
$a
#first
echo
${
a
[0]
}
#first
Back to top