Computer Science, asked by sachinrai833, 3 months ago

which command is used to initialize the variable​

Answers

Answered by janvikushwaha947
1

Answer:

The declare is a builtin command of the bash shell. It is used to declare shell variables and functions, set their attributes and display their values. Syntax: declare [-a] [-f] [-g] [-F] [-x] [-p] [name[=value]] [name[=value]] …

Similar questions