linux:ubuntu:useful-commands
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:ubuntu:useful-commands [2024/02/08 03:26] – odefta | linux:ubuntu:useful-commands [2024/02/08 17:12] (current) – [[user] Change mode] odefta | ||
---|---|---|---|
Line 308: | Line 308: | ||
ping -c 4 10.125.50.50 | ping -c 4 10.125.50.50 | ||
</ | </ | ||
- | c - number of packets to send (by default | + | c - number of packets to send (by default |
===== [ip] Show routing table / find default gateway ===== | ===== [ip] Show routing table / find default gateway ===== | ||
Line 505: | Line 505: | ||
grep -o ' | grep -o ' | ||
</ | </ | ||
- | o - print each occurrence on a separate line | + | o - print each occurrence on a separate line \\ |
l (from wc) - count lines | l (from wc) - count lines | ||
Line 518: | Line 518: | ||
grep -nri search workspace/ | grep -nri search workspace/ | ||
</ | </ | ||
- | n - show line number | + | n - show line number |
- | r - recursive | + | r - recursive |
i - case insensitive | i - case insensitive | ||
Line 759: | Line 759: | ||
ls [abc]*.txt | ls [abc]*.txt | ||
</ | </ | ||
- | [abc] - characters a, b or c | + | [abc] - characters a, b or c \\ |
- | * - any number of characters (including 0) | + | * - any number of characters (including 0) \\ |
.txt - ends with txt | .txt - ends with txt | ||
Line 1080: | Line 1080: | ||
echo -e " | echo -e " | ||
</ | </ | ||
- | e - interpret escape sequences | + | e - interpret escape sequences |
n - numbers (sort as numbers) | n - numbers (sort as numbers) | ||
Line 1956: | Line 1956: | ||
</ | </ | ||
- | Eliminare | + | Eliminate |
< | < | ||
chmod 601 file.txt | chmod 601 file.txt | ||
Line 1962: | Line 1962: | ||
</ | </ | ||
- | Eliminare | + | Eliminate |
< | < | ||
chmod ugo-w file.txt | chmod ugo-w file.txt |
linux/ubuntu/useful-commands.1707355585.txt.gz · Last modified: 2024/02/08 03:26 by odefta