mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 20:48:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -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
2
tldr/z
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user