Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a port of OpenBSD's `rs(1)` to Linux.

`rs` reshapes tabular input into different rows and columns.  It is useful
for viewing stream output in columns or for transposing simple data tables.

Build:

    make

Install:

    sudo make install

Run:

    rs

Examples:

    printf 'a\nb\nc\n' | rs
    printf 'a b c\nd e f\n' | rs 2 3

Quick test:

    printf '1 2 3\n4 5 6\n' | rs 3 2

Files:

    rs.c     main implementation
    utf8.c   multibyte width helper
    LICENSE  upstream license text

About

OpenBSD ports rs(1)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages