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

https://github.com/surajkareppagol/linux-commands

🐧 Collection of linux commands built with C/C++.
https://github.com/surajkareppagol/linux-commands

c commands cpp linux

Last synced: 2 months ago
JSON representation

🐧 Collection of linux commands built with C/C++.

Awesome Lists containing this project

README

          

# 🐧 Linux Commands

Collection of linux commands built with C/C++. Compile and run these programs as shown below.

```sh
gcc .c -o
./
```

## Commands List

- `cat` - is used to display the content of the files onto the terminal.
- `clear` - clear the terminal screen.