Y
Hacker News
new
|
ask
|
show
|
jobs
by
biggest_lou
3870 days ago
That's fine for a single document, but definitely doesn't work for an entire directory structure worth of Markdown files
1 comments
stdbrouw
3870 days ago
Are you serious? Try `ls *.md | xargs -I {} pandoc {} -o {}.pdf`
link