New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

limcat

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

limcat

rate-limited version of linux cat command

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
6
100%
Maintainers
1
Weekly downloads
 
Created
Source

#limcat

Rate-limited version of cat.

Read file and write the contents to STDOUT with a delays in-between data chunks.

###Usage

limcat <file> <block size> <delay between blocks|desired CPU usage in %>

###Examples

Print it's own source code 99 times slower.

limcat limcat 100 1%

Compress ISO file with a 100 ms delay in-between 1 Mb blocks.

limcat linux.iso 1e6 100 | gzip > linux.iso.gz

Keywords

file

FAQs

Package last updated on 02 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts