# ייצוא מסמך עם כל התוכן מנושא אחד?

**URL:** https://meta.discourse.org/t/export-document-with-all-content-from-one-topic/256411
**Category:** Support
**Created:** [27 בפברואר,‏ 2023,‏ 5:25pm UTC](https://meta.discourse.org/t/export-document-with-all-content-from-one-topic/256411 "2023-02-27T17:25:18Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![curi](https://avatars.discourse-cdn.com/v4/letter/c/e68b1a/32.png) [@curi](https://meta.discourse.org/u/curi)
#### Post date: [27 בפברואר,‏ 2023,‏ 6:25pm UTC](https://meta.discourse.org/t/export-document-with-all-content-from-one-topic/256411/7 "2023-02-27T18:25:19Z")

</div>

Thanks. For anyone else who wants to do this, here is an example set of commands that worked for me:

`mkdir md-dl; cd md-dl`

`wget https://discuss.criticalfallibilism.com/raw/464\?page\={1..3}`

`cat 464* > combined.md`

Downloading extra pages is OK; they just end up blank. But I think the pages will end up out of order if there are more than 9 because, in alphabetical order, 10 comes before 2.

---

_[View the full topic](https://meta.discourse.org/t/export-document-with-all-content-from-one-topic/256411)._
