- Joined
- Nov 14, 2012
- Messages
- 2,229
- Reaction score
- 101
Hi,
Possibly try this.
Type syslog -C in Terminal
Or if you would like to save this information in a text file, you can do this:
syslog -C > /Desktop/console.log.
This command should show all your previous inputs into terminal, so you might see what you did.
history | less
And you should be able to open that file in text editor, but I would not alter it.
Possibly try this.
Type syslog -C in Terminal
Or if you would like to save this information in a text file, you can do this:
syslog -C > /Desktop/console.log.
This command should show all your previous inputs into terminal, so you might see what you did.
history | less
And you should be able to open that file in text editor, but I would not alter it.
Last edited: