5th of June 2023
Bash script. Creating a simple menu using the read command in Linux
The following script creates a simple menu in the terminal and allows the user to create, delete and add to a .txt file
1955
27th of August 2022
Rename all images inside folder with sequential numbers using a bash scripts in Linux
The following bash script renames all images inside a folder with sequential numbers using a bash script on Linux
1949
2nd of August 2022
Getting user input through bash script on Linux
To get user input in bash scripting we use the read command
2533
18th of December 2015
Create a simple bash script in Ubuntu and Ubuntu based distributions
How do I create a simple bash script in Ubuntu and execute it
5408