Bash ScriptingCentOS FOR loops in BASH The last looping structure we look at is the FOR loop. This is often used to enumerate through a list of items such as in the following code: for U in(bob joe fred) do useradd…The Urban PenguinApril 16, 2013