# How can I view the whole command history?

**URL:** https://discourse.julialang.org/t/how-can-i-view-the-whole-command-history/17987
**Category:** VS Code
**Created:** [November 25, 2018, 6:16pm UTC](https://discourse.julialang.org/t/how-can-i-view-the-whole-command-history/17987 "2018-11-25T18:16:23Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [December 4, 2019, 3:36pm UTC](https://discourse.julialang.org/t/how-can-i-view-the-whole-command-history/17987/12 "2019-12-04T15:36:16Z")

</div>

> [@Is there an easy way to get at the history of REPL input?](https://discourse.julialang.org/t/is-there-an-easy-way-to-get-at-the-history-of-repl-input/18025/6):
>
> I think this will serve nicely: REPL.find\_hist\_file(). Then all that is required is a little macro (or function) to spit out the contents of the history file… Perhaps like this, except a lot more succinct: InteractiveUtils.less(REPL.find\_hist\_file()) Maybe this? macro history() InteractiveUtils.less(REPL.find\_hist\_file()); end

---

_[View the full topic](https://discourse.julialang.org/t/how-can-i-view-the-whole-command-history/17987)._
