Timeline for How to view datetime stamp for history command in Zsh shell
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 11, 2020 at 14:27 | comment | added | Mark Meuer | @exhuma On my system I can see the man page for the zsh commands with man zshbuiltins. | |
| Mar 30, 2018 at 21:16 | comment | added | GDP2 | fc's documentation is available in zsh's info manual. The info manual can be accessed via info zsh. The specific heading to look under is Shell Builtin Commands. | |
| Oct 28, 2017 at 20:37 | comment | added | xuhdev | @exhuma In zsh, you can use run-help fc. | |
| Jul 27, 2017 at 7:49 | comment | added | dr_ | fc -lf will show a full timestamp. Note that this works only on zsh, not on bash. | |
| Jun 19, 2017 at 12:51 | comment | added | Mike D | @Gab是好人 do you have history aliased? if you are using oh-my-zsh the history command is add the -l flag in one of the options. see github.com/robbyrussell/oh-my-zsh/blob/master/lib/… | |
| Jun 14, 2017 at 8:57 | comment | added | Gab是好人 | @exhuma why not google it :) | |
| Jun 13, 2017 at 6:49 | comment | added | exhuma | Thanks, this worked for me as well, contrary to the top answer. My version is: zsh 5.1.1 (x86_64-ubuntu-linux-gnu). And while I'm here: do you know how to get the help of the command fc? Neither man fc nor fc --help work | |
| Jan 8, 2017 at 19:39 | history | edited | Gab是好人 | CC BY-SA 3.0 | edited body |
| Dec 29, 2016 at 10:09 | review | First posts | |||
| Dec 29, 2016 at 10:15 | |||||
| Dec 29, 2016 at 10:08 | history | answered | Gab是好人 | CC BY-SA 3.0 |