Learn how to use conditional expressions in Shell
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)
Repeat a Linux Command at a Given Interval
Filed under Scripting
Learn how to repeat a Linux command at a given interval.
Recursively List All Files in a Directory Including Symlinks
Filed under Files
Do we need to recursively list directories that contain symlinks? Let’s find out how in this tutorial.
Defining a Bash Variable With or Without ‘export’
Filed under Scripting
Learn about the differences between defining a bash variable with export and without export.
What Does a Double-Dash in Shell Commands Mean?
Filed under Scripting
Certain characters cause problems when we use them in command arguments. Let's see how double-dash could be the solution.
Tracking Down Where Disk Space Has Gone on Linux
Filed under Administration, Filesystems
Learn several ways of finding disk consumption points so that we can free up disk space
Introduction to iptables
Filed under Network Configuration
Learn about iptables which is a user-space firewall that filters connections based on user-defined rules
Generating an SHA-256 Hash From the Command Line
Filed under Files
When we need to generate file hashes, SHA-256 is often one of the best choices. Let’s see how this works in Linux using the command line.
Why Do We Use su – and Not Just su?
Filed under Administration
Explore the main differences between su and su – commands in Linux.