I have a text file with the following information: Filesystem Use% /dev/sda1 44% /dev/sda7 35% /dev/sda3 2% /dev/sda2 5% /dev/sda5 47% tmpfs 0% Now, I want to make a batch file that reads this text file, store the numbers of the lines 2,3,4,5 e 6 into some variables and then compare these numbers wi...