Introduction of Basic Linux Shell Scripting
What is Linux Shell? Computer only understand the language of 0’s and 1’s which called binary language. In early days of computing, instruction are provided using binary language, which is difficult to understand. So in OS there is special program called Shell. Shell accepts our instruction or commands in English (mostly) and if the commands are … Read more