📜 ⬆️ ⬇️

Top Ten Console Commands

image In this post I will talk about the most interesting commands that can be very useful when working in the console. There are no unambiguous criteria for determining which team is better than the other - each one chooses the best for its own conditions. I decided to build a list of commands based on the highest-rated consoleline commands from commandlinefu.com, the storeroom of console commands. The result of executing one of these commands under Linux is shown in the picture. If interested, please under the cat.

Tenth place

Enter the last argument of recent commands. Holding ALT or ESC, with each click on a point, the parameters of previous commands will be inserted into the input line, starting from the recently entered ones.
 'ALT+.'  '<ESC> .'


. , .
reset


. .
> file.txt


. .
<>


, $EDITOR
 'CTRL+X E'


My Traceroute , traceroute ping. mtr traceroute ping, .
mtr google.com


, , foo bar. . ^foo, foo .
^foo^bar


. - .
cd -


HTTP- 8000 . index.html, .
python -m SimpleHTTPServer


root.
sudo . "!!" — .
sudo !!


, .

')

Source: https://habr.com/ru/post/198482/


All Articles