Learning linux commands and shell scripting!
This project is maintained by Curovearth
The following work has been done as part of a course Hands-on Introduction to Linux Commands and Shell Scripting - IBM Skills Network
I’ll be further updating my learnings on this site and the repo ultimately to help others who also wish to start with the fascinating field of shell scripting which is soooo much fun to do!
Below, I have mentioned some important points from all the parts which could be very useful.
What is a Shell 🐚?
UNIX is a family of OS. Examples are
A Short HISTORY
1960s
1970s
Late 1970s
A Short HISTORY
1980s
1991
1996
~
Home directory/
Root directory..
Parent of current directory.
Current directoryIf you are also a user like me who is practicing Ubuntu on WSl, and in search of the files that you created in the terminal, you landed the right place. Reference Link
\\wsl$\Ubuntu\home
- This is your home directory where you can view different folders. For me, I saved my created files at the \\wsl$\Ubuntu\media
. Make sure to check it for you.A shell script is an executable text file that begins with a ‘shebang’ interpreter directive