Post by Angel TsankovMay I safely use file descriptor 4 in a bash script?
Yes; the three descriptors in normal use are 0 (stdin), 1 (stdout),
and 2 (stderr).
--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence