This repository contains all the programs that I have written for the course PCC-CS592 (Operating System Lab)
git clone https://github.com/uiuxarghya/PCC-CS592-OS
cd PCC-CS592-OS
cd <Folder Name> ...
-
For shell scripts
chmod +x <filename>.sh
./<filename>.sh
-
For awk scripts
chmod +x <filename>.awk
./<filename>.awk <input_file>
-
For C programs
-
Compile the program
gcc <filename>.c -o <filename>
-
Run the program
./<filename>
Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.