Linux commands: pwd
2022-08-26
An overview of the pwd command in Linux.
48 words
|
1 minutes
Linux commands: cd
2022-08-25
An overview of the cd command in Linux.
65 words
|
1 minutes
Introduction to Linux
2022-07-22
An introduction to the Linux operating system and its basic concepts.
178 words
|
1 minutes
How to remove the first/last characters from a variable in a shell script
A guide to removing the first or last characters from a variable in a shell script.
97 words
|
1 minutes
The Command Line for Complete Beginners
A beginner-friendly guide to using the command line interface.
127 words
|
1 minutes
Create multiple folders using Bash
A guide to creating multiple folders using a Bash script.
93 words
|
1 minutes
How to loop over an array in Bash
A guide to looping over an array in a Bash script.
106 words
|
1 minutes
How to create a function in a Bash shell script
A guide to creating functions in a Bash shell script.
107 words
|
1 minutes