Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make a list bash

#to create an array:
$ declare -a my_array
#set number of items with spaceBar seperation:
$ my_array = (item1 item2)
#set specific index item:
$ my_array[0] = item1
Comment

bash list

mkdir dir1
ls
dir1
Comment

PREVIOUS NEXT
Code Example
Shell :: github.com api 
Shell :: bash script change directory run a command 
Shell :: nvm fish shell 
Shell :: linux grep 
Shell :: unable to delete c2dd1984ad5b (must be forced) - image is being used by stopped container 
Shell :: docker proxy ubuntu 
Shell :: ionic capacitor ios 
Shell :: how to make a file executable in linux 
Shell :: github deploy server 
Shell :: wget debian 
Shell :: Start MySQL FreeBSD 
Shell :: qgis linux 
Shell :: find the process ID of a running process bash 
Shell :: install intellij 
Shell :: how to git clone a branch github 
Shell :: bash script to get all git branches from remote 
Shell :: github quick reference 
Shell :: zsh print each line of script 
Shell :: termux comandos hack apk 
Shell :: mv command in linux to rename 
Shell :: store select output hive 
Shell :: update snaps 
Shell :: extract zip in collab 
Shell :: install laravel installer on fish shell 
Shell :: install firefox redhat 7 
Shell :: turnoff swap 
Shell :: zsh deno command not found 
Shell :: copy a file through ssh 
Shell :: bash print fields that begin with string 
Shell :: Failed to build logging Installing collected packages: logging Running setup.py install for logging ... error 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =