Learn how to compare two files, word by word, on the Linux command line.
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)
Extract Duration From Video File in Linux
Learn how to extract the duration from video files using different tools.
rsync and Hidden Files
Filed under Scripting
Learn about rsync and how to work with hidden files.
Disassembling Machine Code in Linux
Filed under Administration
Learn how we can read machine code in Linux.
What Do Identifiers Mean in Linux?
Filed under Administration, Processes
Learn about different identifiers in Linux.
Get Final URL After a Redirect
Filed under Web
Learn how to get the final URL after a requested URL is redirected using curl and wget.
Which Process Has PID 0 ?
Filed under Processes
Learn how to check running processes in Linux, what the PID 0 is, and the actual process that has PID 0.
Download a Directory and Subdirectories Using wget
Filed under Web
Learn all about the essentials for downloading directories and subdirectories recursively on the web.
Understanding the Linux /proc/id/maps File
Filed under Processes
Learn how to profile the memory usage of a Linux process by reading the output of the /proc/id/maps file.