Tag: bash
All the articles with the tag "bash".
-
Mastering the Linux find Command: A Practical Introduction
When working with Linux, one of the most powerful tools at your disposal is the find command. Whether you're managing a personal machine or maintaining a production server, being able to locate files
-
What $ in shell scripts means?
In this video: https://www.youtube.com/watch?v=o9THkT5ZPi4&t=308s I saw the weird symbol: echo $? When I'm start looking about it on the internet I discovered that a lot of people has asked, and