WingNews logo WingNews
top | new | best | ask | show | jobs
top | item 39466873

(no title)

_pvxk | 2 years ago

Oh and another one I use all the time is as an "identity transform" when selecting between filters, e.g.

    dostuff () { 
        if [[ $1 = clean ]]; then 
            grep -v dirt
        else 
            cat
        fi | do_other_stuff
    }

See also https://www.in-ulm.de/~mascheck/various/uuoc/ (via https://lobste.rs/s/rtvp2u/useful_uses_cat#c_0xpqkr )

discuss

order

No comments yet.

powered by hn/api // news.ycombinator.com