Hello friends,
First off, sorry for a novice question. I have found the following in a bash scripting tutorial. Could you please help me to understand what that means?
# Link filedescriptor 10 with stdin
exec 10<&0
# stdin replaced with a file supplied as a first argument
exec < $1
let count=0
