Crates.io | fip |
lib.rs | fip |
version | 1.0.2 |
source | src |
created_at | 2023-03-13 20:35:35.383385 |
updated_at | 2023-03-14 09:06:52.899794 |
description | A Simple Field Parser, roughly emulating "awk '{print $ |
homepage | |
repository | https://gitlab.com/Bruschkov/fip-rust |
max_upload_size | |
id | 809237 |
size | 21,280 |
A Simple Command Line Field Parser, roughly emulating awk '{print $<field-number>}'
. Accepts input from StdIn, produces output to StdOut. Field Number is 0-indexed.
See fip --help
for more details.
cargo install fip
or download from the releases pagge
ps aux | fip 1
fip -s, 2 < file.csv