Learn different ways to store a MySQL result set within a Bash array in Linux.
Also find me here:
Baeldung Author
Jimmy Azar
Jimmy Azar is a contributing author at Baeldung. His work primarily focuses on Linux, data, and automation. He enjoys scripting in Python and Bash, and follows the Unix philosophy for writing programs.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Scripting (25)
- Text Processing (13)
- Administration (8)
- Files (6)
- File Editing (4)
- Networking (3)
- Processes (2)
- File Viewing (2)
- File Searching (2)
- Service Management (1)
- Security (1)
- Search (1)
- File Transfer (1)
- File Permissions (1)
Do Functions Run as Subprocesses in Bash?
Learn about the relation between Bash functions and subprocesses.
Verifying MD5 Hash Values for a Large Number of Files
Learn ways to automate the verification of each MD5 hash for a large number of files.
How to Output Text in a Bash Loop Until a Keyboard Key Event
Filed under Scripting
Learn how to create a Bash loop to output text but also poll for a keyboard key event.
Listening for Multiple TCP Connections From the Shell
Filed under Networking
Learn several ways to listen for multiple TCP connections on the same port from the shell.
How to Pipe Commands After xargs in a Pipeline
Filed under Administration, Scripting
Learn the proper syntax to chain commands after xargs.
How to Specify a Working Directory for a systemd Service
Filed under Scripting, Service Management
Learn how to set the current working directory for a systemd unit.
How to Find Files of a Specific Type Lacking an Extension
Filed under File Searching
Learn how to find files by type in Linux.
How to Remove Multiple Files Using SFTP
Filed under File Transfer, Files
Learn how to remove more than one file at a time through SFTP.