https://github.com/smaug6739/file-reader
A shell script for read a file
https://github.com/smaug6739/file-reader
file reader shell shell-script
Last synced: 18 days ago
JSON representation
A shell script for read a file
- Host: GitHub
- URL: https://github.com/smaug6739/file-reader
- Owner: Smaug6739
- Created: 2021-08-06T09:12:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T12:52:52.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T22:12:04.995Z (over 1 year ago)
- Topics: file, reader, shell, shell-script
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File reader
This script is a reader of file.
## Usage
Parameters :
- files : A list of files to read.
```shell
./read.sh file1.txt file2.js file3.cpp
```
### Informations
This script read only files. No dirrectories.