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

https://github.com/codegram01/c-files-manager

simple file manager in C use standard library
https://github.com/codegram01/c-files-manager

Last synced: 10 months ago
JSON representation

simple file manager in C use standard library

Awesome Lists containing this project

README

          

# C Files Manager

simple file manager in C use standard library

[video i created](https://youtu.be/AKNp2sqhWgo)

# Build

```sh
cc main.c
```

# Run

- `./a.out read [file path]` : read file
- `./a.out write [file path] [content]` : write content to file
- `./a.out remove [file path]` : remove file
- `./a.out move [old path] [new path]` : move or rename file