Learn how to detect and remove non-UTF-8 characters from a file.
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)
Pipe Output to Bash Function
Filed under Scripting
Learn how to redirect output to another function in Bash.
What Is Double Dot (..) And Single Dot (.) In Linux?
Filed under Filesystems
Learn the difference between a double (..) and a single dot (.) in Linux.
Running a Shell Script on a Remote Machine Through SSH
Filed under Scripting
Learn how to execute scripts over SSH connections.
Diff a Directory for Only Files of a Specific Type
Filed under Files
A quick and practical guide to listing different specific file types between two directories.
The “Oldconfig” Target in the Linux Kernel Makefile
Filed under Administration, Building
In this tutorial, we’ll configure the Linux kernel and learn about its oldconfig Makefile target.
How to Monitor Disk IO in a Linux System
Filed under Administration, Processes
In this tutorial, we’ll discuss how to monitor disk I/O activity in the Linux system.
Limit on File Name Length in Bash
Filed under Files
Learn how to find the limit on the length of filenames in Linux.
Fixing the “Too many open files” Error in Linux
Filed under Administration, Files
Learn about the Linux system limits placed on file descriptors in the context of understanding and resolving the “Too many open files” error.