Skip to main content

Bash

Bash
#

Tree without tree
#

find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'

Rename files
#

rename -v -a -- 'foo' 'bar' *.md