News

In this version, at the end of the loop we specify multiple input redirections using the full general form of bash's input redirection: [n]<word.If no leading [n] is specified the default is 0, which ...
The if statement uses test to see if file descriptor number one is connected to a terminal (1 being the stdout). If it is then the exec command re-opens it for writing on the file named log.The exec ...