An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Operating System Lab (PCC-CS592)

![C](https://img.shields.io/badge/C-informational?style=flat&logo=C&logoColor=white&color=007396)
![Bash](https://img.shields.io/badge/BASH-informational?style=flat&logo=gnu-bash&logoColor=white&color=293137)
![Vim](https://img.shields.io/badge/vim-informational?style=flat&logo=vim&logoColor=white&color=019733)
![Gedit](https://img.shields.io/badge/Gnome-gedit-informational?style=flat&logo=gnome&logoColor=white&color=4A86CF)
![Ubuntu](https://img.shields.io/badge/Ubuntu-LTS-informational?style=flat&logo=ubuntu&logoColor=white&color=E95420)
![GitHub last commit](https://img.shields.io/github/last-commit/uiuxarghya/PCC-CS592-OS?label=Last%20Updated)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](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)