This repository has solution of UNIX lab assignments
- Open gedit text editor and create a new file.
- Save the file as myscript.sh
- Open a terminal window.Change to the directory where you saved the shell script
- To make it executable => chmod +x myscript.sh
- To run it => ./myscript.sh
- Open a terminal window.
- Change to the directory where your Perl file is located
- To run it => perl filename.pl
- Open a terminal window.
- Type the respective commands