A quick and practical guide to freeing inode usage.
Also find me here:
Baeldung Author
Michał Dąbrowski
I’m a fullstack developer building microservice applications in among others Spring Boot, Angular, React. I love functional programming and working using TDD.
Here's what I've written (so far):
Baeldung on Linux
- All
- Scripting (4)
- Processes (1)
- Filesystems (1)
- Files (1)
Merging Images in the Linux Terminal
Filed under Scripting
A quick and practical guide to merging images quickly in the Linux terminal.
Testing Bash Scripts With Bats
Learn how to use the Bats library for testing Bash scripts.
Adding an Extension to Files With Bash
Filed under Files
Learn how to update the extensions of multiple files in bash.
How to Evaluate Arithmetic Expressions in Bash
Filed under Scripting
We often need to perform numeric calculations in our bash scripts. We look at a few ways to execute these calculations inside and outside of the shell itself.
String Manipulation in Bash
Filed under Scripting
Learn how to manipulate strings in Bash