SGF (Systéme de Gestion de Fichiers) or FMS (File Management System) written in C in part of a school project..
  • C 99.5%
  • Makefile 0.5%
Find a file
2021-01-17 22:34:43 +01:00
.gitignore .gitignore update 2020-09-02 20:08:52 +02:00
command_shell.c mini update 2021-01-17 22:34:43 +01:00
command_shell.h fixed mv command 2020-09-24 14:05:08 +02:00
constants.h std=c99 2020-09-02 17:21:28 +02:00
main.c fixed mv command 2020-09-24 14:05:08 +02:00
makefile major updates 2020-09-09 13:50:06 +02:00
parson.c fixes 2020-09-01 11:50:39 +02:00
parson.h fixes 2020-09-01 11:50:39 +02:00
primitives.c major updates 2020-09-09 13:50:06 +02:00
primitives.h major updates 2020-09-09 13:50:06 +02:00
README.md Create README.md 2020-09-02 21:02:58 +02:00
save_load.c conditional jump on uninitialized values fix 2020-09-11 13:03:52 +02:00
save_load.h major updates 2020-09-09 13:50:06 +02:00
struct_SGF.h major updates 2020-09-09 13:50:06 +02:00
utility.c myrm fix 2020-09-09 14:01:01 +02:00
utility.h major updates 2020-09-09 13:50:06 +02:00

File Management System

SGF (Systéme de Gestion de Fichiers) or FMS (File Management System)

Building

Use the MAKEFILE commands make to build the executable.

make # for a release version
make debug # for a debug version
make clean # if you are tinkering in the code

Usage

The usage is pretty similar to linux bash system, you use commands to navigate and to create, move, modify or delete files/directories.
If you know how linux bash system works.. Well I don't need to tell you the details.