Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 288 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 288 Bytes

lc = ls + cat

Description

Sometimes you don't want to choose between ls and cat.

Usage

lc some_dir will list the dir. lc some_file will cat the file.

Todo

Pass through other options.

Acknowledgements

To James Golick (@jamesgolick), for writing this for me!