Learn about Linux locale environment variables and how they affect the languages and character sets used to display command output.
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)
When to Use xargs
Filed under Scripting
xargs is very useful when we need to build command pipelines that pass the output of one command, as arguments for another.
Display System Information in the CLI with Neofetch
Filed under Administration
Learn how to display system information without worrying about the underlying operating system using Neofetch.
The Linux join Command
Filed under Scripting
Learn how to join the contents of two files using the join command.
Using sed to Replace a Multi-Line String
Filed under File Editing, Text Processing
Learn a few advanced techniques for using sed to search and replace text that contains multiple lines
How to Delete a File Whose Name Begins With “-“
Filed under Files
Learn how to delete a file whose name begins with "-" using the find and rm commands.
Free Command in Linux
Filed under Administration
Learn how to monitor memory usage in Linux using the free command.
Using xz Compression in Linux
Filed under File Compression
Learn about using xz for compressing and decompressing files from the Linux command line
Difference between /dev/console, /dev/tty, and /dev/tty0
Filed under Files
Learn the key differences between /dev/console, /dev/tty, and /dev/tty0 in Linux.