https://github.com/jnyjny/pat
Python Implementation of the venerable 'cat' command.
https://github.com/jnyjny/pat
demonstration python unix-command
Last synced: 3 months ago
JSON representation
Python Implementation of the venerable 'cat' command.
- Host: GitHub
- URL: https://github.com/jnyjny/pat
- Owner: JnyJny
- Created: 2019-07-04T21:27:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T21:40:08.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T10:46:54.754Z (4 months ago)
- Topics: demonstration, python, unix-command
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Python cAT - Pat
### Install
0. pip install pat
### Development
0. pip install poetry
1. git clone https://github.com/JnyJny/pat.git
2. cd pat
3. poetry shell
4. poetry install --develop pat### Usage
```bash
usage: pat [-h] [-n] [-b] [-E] [-T] [-v] [FILE [FILE ...]]
positional arguments:
FILE
optional arguments:
-h, --help show this help message and exit
-n, --number Number all output lines
-b, --non-blank Number non-blank lines, overrides number
-E, --show-ends Appends a $ to the end of each line
-T, --show-tabs Tabs are written as ^I
-v, --version
```