279 reputation
23
bio website slava-semushin.blogspot.com
location Russia
age 26
visits member for 2 years, 1 month
seen May 30 at 19:35
stats profile views 24

Apr
27
awarded  Yearling
Jul
1
comment What do the numbers in a man page mean?
@tjameson Do you have man-pages package installed?
May
26
awarded  Enthusiast
May
25
comment What are your favorite command line features or tricks?
When you accidentally mix two letters in command name (like in your example with make) shortcut Ctrl+t may be usefull to exchange these letters.
May
25
comment What are your favorite command line features or tricks?
Intead of loop you may use watch: watch -n 1 --no-title 'pstree $(ps -eo pid --sort %cpu | tail -n 1)'
May
17
answered Delete files if contents do not match pattern
May
17
comment Delete files if contents do not match pattern
This not work for files with spaces in names.
May
15
answered Are there any animation programs for animating static images?
May
14
answered Renaming multiple files based on their contents
May
6
answered What do the numbers in a man page mean?
May
6
answered No manual page for regex in section 3 - where is it?
Apr
29
awarded  Editor
Apr
29
comment checking an argument to a bash script is a string of all digits
@faheem-mitha I've updated answer.
Apr
29
revised checking an argument to a bash script is a string of all digits
fixed example
Apr
29
answered checking an argument to a bash script is a string of all digits
Apr
29
awarded  Supporter
Apr
27
awarded  Teacher
Apr
27
answered Best way to follow a log and execute a command when some text appears in the log