SHARE
Facebook X Pinterest WhatsApp

Reading Multiple Files with Bash

Written By
MF
Mitch Frazier
Aug 22, 2009

“Notice the input redirection to read uses another special form
that includes the ampersand (&) to specify that what follows is
a file descriptor and not a file name.

“Use file descriptors in the range 3-9. File descriptors below 3
are used for standard input, output, and error, the ones above 9
may be used by the shell internally.

“Although there is no explicit syntax for closing a file,
re-using the file descriptor will close the file before opening the
new file. To be safe you could do the following to close the
files:”

Complete
Story

MF

Mitch Frazier

Recommended for you...

Red Hat reveals major enhancements to Red Hat Enterprise Linux AI
sjvn
Oct 22, 2024
How to Find AWS EC2 Instance Type Over SSH (6 Methods)
Benny Lanco
Sep 23, 2024
Crond: Daemon to Execute Scheduled Commands
Rose Hosting Blog
Sep 20, 2024
A Detailed Introduction to Oracle VirtualBox
Senthil Kumar
Sep 19, 2024
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.