Update cheatsheets

This commit is contained in:
ivuorinen
2024-04-24 00:13:41 +00:00
parent dc48d7aeae
commit 88625ba682
2 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
`readelf --symbols {{path/to/binary}}`
- Display the information contained in the ELF header at the start of the file:
- Display ELF header information:
`readelf --file-header {{path/to/binary}}`
- Display ELF section header information:
`readelf --section-headers {{path/to/binary}}`

2
tldr/z
View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# z
> Tracks the most used (by frecency) directories and enables quickly navigating to them using string patterns or regular expressions.
> Tracks the most used (by frequency) directories and enables quickly navigating to them using string patterns or regular expressions.
> More information: <https://github.com/rupa/z>.
- Go to a directory that contains "foo" in the name: