Bash
Articles tagged with "Bash"
Special Parameters in Bash
November 3, 2024
6 min read
Have you ever wondered how to get Process ID of the last background process? Or how to print PID of the current shell? Today, we’ll cover special parameters in Bash that can help you work with scripts more effectively.