I have a problem with Bash. I have to create a "simple" program which i reading data from file called "vektor". Data is simple numbers separated with a semicolon(;), for example: (1;2;3;4;5). Then i have to select a operation i want to to. First is a looking for the biggest number of this collection. So, how can I enter the data to the array? or simple variable and make then a selected operation?
I am sorry for my English but I begin learning.
0 Answers