https://github.com/uiuxarghya/pcc-cs592-os
This repository contains the source codes which were practiced as a part of my OS lab during my B.Tech 5th semester.
https://github.com/uiuxarghya/pcc-cs592-os
awk awk-programming-language awk-script bash bash-programming bash-script bash-scripting c c-programming college-assignment linux-commands os os-lab os-programming process-programming shell-programming shell-script shell-scripting
Last synced: 3 months ago
JSON representation
This repository contains the source codes which were practiced as a part of my OS lab during my B.Tech 5th semester.
- Host: GitHub
- URL: https://github.com/uiuxarghya/pcc-cs592-os
- Owner: uiuxarghya
- License: mit
- Created: 2024-07-26T00:04:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T19:41:10.000Z (5 months ago)
- Last Synced: 2025-01-16T20:49:58.174Z (5 months ago)
- Topics: awk, awk-programming-language, awk-script, bash, bash-programming, bash-script, bash-scripting, c, c-programming, college-assignment, linux-commands, os, os-lab, os-programming, process-programming, shell-programming, shell-script, shell-scripting
- Language: C
- Homepage: https://github.com/uiuxarghya/PCC-CS592-OS
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Operating System Lab (PCC-CS592)






[](https://choosealicense.com/licenses/mit/)This repository contains all the programs that I have written for the course PCC-CS592 (Operating System Lab)
## Programs List
## Run Locally
### Clone the project
```bash
git clone https://github.com/uiuxarghya/PCC-CS592-OS
```### Go to the project directory
```bash
cd PCC-CS592-OS
```### Go to the specific folder
```bash
cd ...
```### Compile & Run the program
1. For shell scripts
```bash
chmod +x .sh
``````bash
./.sh
```
1. For awk scripts```bash
chmod +x .awk
``````bash
./.awk
```1. For C programs
- Compile the program
```bash
gcc .c -o
```- Run the program
```bash
./
```## Feedback
Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.
## Authors
- [@uiuxarghya](https://www.github.com/uiuxarghya)
## License
[MIT](./LICENSE)