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++.
- Host: GitHub
- URL: https://github.com/surajkareppagol/linux-commands
- Owner: surajkareppagol
- Created: 2024-03-17T06:40:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T10:42:38.000Z (over 2 years ago)
- Last Synced: 2024-03-30T11:35:12.463Z (over 2 years ago)
- Topics: c, commands, cpp, linux
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.