1
i need to run a file file1.sh, but in addition I need to take the data that comes after it, for example: file 1.sh 171.55.8.45, this ip that comes after, in the same line of the file, before pressing enter, I need this ip to be read and passed as a parameter to another action within the code, but without using the read.
Display the file code1.sh
– Mauricio Wanderley Martins