1st Project in bash with GDB editor

1st Project in bash with GDB Editor

echo "Hello DOCS";
pwd
mkdir Mohit
cd Mohit
mkdir OS
cd OS
mkdir Sem3
cd Sem3
mkdir Practical
cd Practical
pwd

You can follow the Link to see the Program.


Comments