Skip to content

Commit 1a4179b

Browse files
Update Evidence.md
1 parent c811126 commit 1a4179b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DFIR/Digital Forensics/Linux/Evidence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `~/.bash_history` file is a hidden file located in the user's home directory
77
The Bash history file is managed by the shell itself, which automatically appends new commands to the file as they are entered. By default, the history file retains a certain number of recent commands, as specified by the `HISTSIZE` and `HISTFILESIZE` environment variables.
88

99
## Files Accessed Using Vim (~/.viminfo)
10-
The ~/.viminfo file is a hidden file located in the user's home directory (~). It is used by the Vim text editor to store various information about Vim sessions, such as the history of commands, search patterns, marks, and other settings.
10+
The /.viminfo file is a hidden file located in the user's home directory (~). It is used by the Vim text editor to store various information about Vim sessions, such as the history of commands, search patterns, marks, and other settings.
1111
Here's an example of what you might find in a ~/.viminfo file:
1212
```bash
1313
# This is a Viminfo file!

0 commit comments

Comments
 (0)