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 (5)
- Administration (3)
- Security (1)
- Processes (1)
- File Viewing (1)
- File Editing (1)
Removing a Trailing Newline From a File
Filed under File Editing, Files
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 Administration, Security
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, Files
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.
Start Script After Another Finishes In Linux
Filed under Scripting
Learn how to run scripts one after the other in Linux using bash commands under various conditions.
Run Bash Script as a Daemon
Filed under Scripting
Learn how to run a bash script as a daemon in the background.
Fixing the “Command Not Found” Error When Using Sudo
Filed under Administration
Learn what causes the “command not found” error when using sudo in Linux and explore possible fixes.
POSIX Shell Array/List Data Structure
Filed under Scripting
Learn about the differences between bash and POSIX arrays and how to use them in your scripts.
Expand A Relative Path In Bash
Filed under Scripting
Learn about absolute and relative paths and how we can expand them in bash scripts while accounting for symlinks as well.