I need to run a file1.sh file, but I also need to get the data that comes after it, for example: file1.sh 171.55.8.45, that ip that comes after, on the same line as 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 read .