Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:commands [2024/04/19 13:59] cyril [List] |
linux:commands [2024/04/19 13:59] (current) cyril [List] |
||
---|---|---|---|
Line 68: | Line 68: | ||
| convmv -f iso-8859-15 -t utf8 -r < | | convmv -f iso-8859-15 -t utf8 -r < | ||
| paste | merge files by concatenating columns | | | paste | merge files by concatenating columns | | ||
- | | numfmt | to convert numbers to and from human-readable format | | + | | numfmt |
^ Programming | ^ Programming | ||
| nm [-D] / objdump / ldd / readelf [-s] | check infos about link and symbols in exe and libs | | | nm [-D] / objdump / ldd / readelf [-s] | check infos about link and symbols in exe and libs | |