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
- Host: GitHub
- URL: https://github.com/skillfulelectro/fout
- Owner: SkillfulElectro
- License: gpl-3.0
- Created: 2024-03-31T02:03:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T09:16:55.000Z (over 2 years ago)
- Last Synced: 2025-02-01T19:13:26.854Z (over 1 year ago)
- Topics: c, file, filesystem
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```