Learn different ways to include the modified dates of files in the search result of the find command
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)
Sorting a File in-Place in the Linux Terminal
Filed under Files
Learn how to sort a file in-place from the Linux console using the sort command.
Get Overall CPU Usage on Linux
Filed under Administration
A quick and practical guide to monitoring CPU usage on Linux.
Deploying Long Running Applications in Linux
Filed under Service Management
Learn to deploy long running applications in Linux.
Concatenation of Multiple Gzip Files
Filed under File Editing
Learn some of the simple and useful and tools we can use to concatenate multiple Gzip files into one from the Linux command line
How to Base64 Encode an Image in Linux
Filed under Files
Learn how to convert an image to Base64 in Linux
“No such file or directory” Error When Executing a Binary
Filed under Administration
Learn what could be causing the “No such file or directory” error when we try to execute a binary of a program.
Display the First “n” Characters of a File in Linux
Filed under File Viewing
Learn how to use a variety of tools to print the first specified number of characters from a file
Determine if a Process Runs Inside a Container
Learn how to determine if a process is running inside a Linux container.