Unix course - About Unix | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Unix course - About Unix

Is ther any unix course focused on command line? can someone come up with one? That would be good, no?

31st Mar 2017, 4:06 AM
Sasa Macic
Sasa Macic - avatar
4 Answers
+ 5
I was gonna suggest the same as well. Like Bash Shell Script/Commands. Yeah, how about it? Great for instructional scripts towards the device's hardware components and it's fun/useful. Let's have ourselves a UNIX course please.
11th Apr 2017, 7:54 PM
Z3nn H3xx
Z3nn H3xx - avatar
+ 3
There isn't any command line in the Unix or Linux. The shell communicate between user and the kernel. BASH is one of the shell.
31st Mar 2017, 6:25 AM
K.C. Leung
K.C. Leung - avatar
+ 2
Thank you! so the BASH is something like a command line or putty client i have been using?
31st Mar 2017, 10:06 AM
Sasa Macic
Sasa Macic - avatar
+ 2
Yes. BASH is a shell that you can input the command to console. The standard input is keyboard and the standard output is screen. The telnet or SSH(encrypted) redirect the in/output to the other side of putty. You may also make a BASH script to run a batch of command.
31st Mar 2017, 10:30 AM
K.C. Leung
K.C. Leung - avatar