willfindlay / dw

Walk a directory and output all leaf nodes (files).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dw

Walk a directory and output all leaf nodes (files).

I wrote this to help me test another project I was working on. I needed an easy way to recursively cat a directory. After writing this script, it's as easy as typing cat $(dw) in bash.

Installation

$ git clone https://github.com/HousedHorse/dw
$ cd dw
$ sudo make install

About

Walk a directory and output all leaf nodes (files).

License:MIT License


Languages

Language:Python 96.2%Language:Makefile 3.8%