摘要:
Hw05-Command-Line-Environment Job Control using command pkill and pgrep to kill the tasks typed sleep 2000 lee@LAPTOP-6VVDNARH:~$ sleep 20000 ^Z [1]+ 阅读全文
摘要:
Hw04-Data Wrangling Learn regex in regexone Total the file in /usr/share/dict/words which is include at least three character a and not end by 's . ca 阅读全文
摘要:
Regxone note Special Character: \ / ( ) [ ] { } + * ? | $ ^ . which are escaped characters, so you need to add \ backslash to before them. Greedy Way 阅读全文
摘要:
Hw03-Vim Editor 1. Complete vimtutor lee@ubuntu:~/class/Missing-Semester/class-3$ vimtutor Vimtutor is a simple tutorial for the beginner to learn how 阅读全文