Sales-Choice-Volunteering-Project / EmotionAnalyzerWeka

The program for obtaining emotion data
1 stars 0 forks source link

Get familiar with the basic Linux shell/terminal commands #5

Open damirsaleschoice opened 3 years ago

damirsaleschoice commented 3 years ago

mainly cd, ls, pwd, mkdir, ls, wget, rm, chmod, curl, mv, tail, cat, ln, nano (do the Internet search to see what they do)

see what CTRL+C does when running some application from terminal (run tail, then press crtl+c)

after typing a bunch of commands, see what up and down arrows do. try typing "tai" and press "TAB" key and see what it does... Now, you are typing like a hacker!

also, see what happens when you type: man man

Get familiar with the man command and try to see what happens when you type man -f cat

then man -f curl

(sometimes, man can be very powerful to use, sometimes not... man -f curl for example)

sherlockliang888 commented 3 years ago

Done