Crates.io | bigcat |
lib.rs | bigcat |
version | 0.1.2 |
source | src |
created_at | 2022-01-21 18:14:59.0483 |
updated_at | 2022-01-23 07:46:19.444382 |
description | Simple command line utility which writes timestamp for each inputted line |
homepage | https://github.com/cedric05/bigcat/ |
repository | https://github.com/cedric05/bigcat/ |
max_upload_size | |
id | 518676 |
size | 478,456 |
Simple command line utility which writes timestamp for each inputted line
cargo run --example loop | cargo run counter
or
cargo run --example loop | bigcat "program-1" >> out.log &
cargo run --example loop | bigcat "program-2" >> out.log &
tail -f out.log
using run cargo
cargo install bigcat
OR
download from here