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

https://github.com/skillfulelectro/fout

commandline utility to view inside of the file or copy the file
https://github.com/skillfulelectro/fout

c file filesystem

Last synced: over 1 year ago
JSON representation

commandline utility to view inside of the file or copy the file

Awesome Lists containing this project

README

          

# fout
commandline utility to view files inside of the file or copy the file

****install****

To install Fout, you can use the `make` command:

```shell
$ git clone https://github.com/SkillfulElectro/fout.git
$ cd fout
$ make
```

****Usage****

Viewing a File:

To print the contents of a file to the terminal, use the fout command followed by the file path. If the file and terminal are in the same directory, you can just specify the filename:
```
$ fout filePath
```

Copying a File:

To copy a file, use the fout command followed by the source file and the destination file:
```
$ fout file_source file_out
```