Learn how to read corresponding lines from two input files.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Linux
- All
- Administration (143)
- Scripting (130)
- Files (89)
- Processes (70)
- File Editing (37)
- Filesystems (36)
- Networking (35)
- User Administration (26)
- Security (23)
- Web (22)
- Text Processing (18)
- File Viewing (18)
- Network Configuration (16)
- Package Management (14)
- File Searching (14)
- Docker (14)
- Service Management (13)
- Installation (12)
- Series (11)
- Network Monitoring (11)
- Search (8)
- File Conversion (8)
- File Compression (8)
- Building (7)
- File Permissions (6)
- Boot Process (5)
- File Transfer (4)
How to Ignore File Properties When Using rsync
Filed under Administration, Files
Learn how to add particular options to rsync to make it ignore specific file properties.
Add a User to Multiple Linux Groups
Filed under User Administration
Learn how to add a user to multiple groups with various methods on Linux.
Running Docker Without sudo
Filed under Docker
A quick and practical guide to running Docker without sudo.
Convert Binary Data to Hexadecimal
Filed under File Conversion
Explore different ways of converting binary data into hexadecimal format.
Route Specific Subnet to a Particular Interface
Filed under Network Configuration
Explore destination-based and source-based routing.
Using rsync to Transfer Files
Filed under File Transfer, Files
Explore several examples of using rsync in different scenarios.
Run Part of a Shell Script as a Different User With Runuser
Filed under User Administration
Learn how to use the runuser command to execute parts of a script with a different user.
Processing YAML Content With yq
Filed under File Editing
Explore the yq command.