Learn about the echo of command invocation in a Makefile and how to suppress it to reduce unnecessary output.
Baeldung Author
Pratham
Here's what I've written (so far):
Baeldung on Linux
- All
- Scripting (8)
- Files (3)
- Administration (2)
- User Administration (1)
- Security (1)
- Processes (1)
- File Viewing (1)
- File Editing (1)
Removing a Trailing Newline From a File
Filed under File Editing
Learn various Linux commands for removing single as well as multiple trailing newlines from the end of a file.
View the List of Functions Exported by a Linux Shared Library
Filed under Administration
Learn about exported functions in Linux shared libraries and how to view them.
Fixing the “/bin/sh: pushd: Not Found” Error in Linux
Filed under Scripting
Learn the uses of the pushd command and how to mimic its behavior on systems where it’s not available.
Kill a Child Process After a Given Timeout in Bash
Learn various methods for killing child processes after a given timeout in Bash.
Convert Symlink to Regular File on Linux
Filed under Files
Learn various methods for converting symlinks into regular files in Linux.
How to Disable User Logins on Linux
Filed under Security, User Administration
Learn multiple methods to block user logins on Linux and also understand the differences between the methods.
Get File Creation Date/Time in Bash
Filed under File Viewing
Learn various methods to get the file creation date on Linux systems.
Solving The “Cannot Open Shared Object File: No Such File Or Directory” Error In Linux
Learn what causes the “cannot open shared object file: No such file or directory” error in Linux, and how to fix it.