Best/good books for learning learning Linux shell?

Best/good books for learning learning Linux shell?

Other urls found in this thread:

linuxcommand.org/tlcl.php
tldp.org/LDP/abs/html/
mprat.org/Terminus/
techrepublic.com/blog/10-things/10-keyboard-shortcuts-to-improve-your-linux-experience/
makeuseof.com/tag/4-ways-teach-terminal-commands-linux-si/
freeengineer.org/learnUNIXin10minutes.html
linuxcommand.org/lc3_learning_the_shell.php
linuxjournal.com/content/cow-says-have-fun
grymoire.com/Unix/index.html
en.wikibooks.org/wiki/Bash_Shell_Scripting
wiki.bash-hackers.org/doku.php
nixsrv.com/llthw
linuxtopia.org/online_books/advanced_bash_scripting_guide/
null-byte.wonderhowto.com/how-to/linux-basics/
professormesser.com/linux-plus/linux-training-videos/
twitter.com/SFWRedditImages

man

man

man

>Linux
>man

More than likely he's running bash which would mean documentation would be in gnu infotex format. (or whatever the gnutards call it.)

man

looks like we've got a nerd in here

linuxcommand.org

also man

force yourself to only use the shell

The Linux Command Line By William Shotts
You can download the PDF for free from here linuxcommand.org/tlcl.php

hi, most CLI programs has a manual or you can use --help in most of them, there's tons of examples on the internet about how to use each of them that's why i never needed a book for that, for scripting it may be a different story though.

man abs

What font is that op?

looks like fixedsys (excelsior)

If you're looking for a bash tutorial, I recommend ABS:
tldp.org/LDP/abs/html/

Man

>not KMS

kys

I like this one.It's not focused entirely on shell commands.

man is probably the best tool, but for a good guide, check out

linuxcommand.org/tlcl.php

It's a free download, and it's what I used to get into bash scripting.

oh shit my bad

VL by Miklo Velka

Protip: Don't learn shell scripting, learn Python instead.

>RAM: 515164 MB

Seconding this

Going through it at the moment, picking up a lot I didn't know before

Why?

>tfw when you fell for the 503 GiB of RAM meme

>The Linux Command Line By William Shotts
Have this title. It's truly penned by god himself.

Type "man intro" in the terminal, it shows most commonly used commands and how to use man pages, the intro to section 1 of the manual, same as man 1 intro; man 2 intro through man 8 intro also exist

or type:

SOMECOMMAND --help
whatis SOMECOMMAND
man SOMECOMMAND
info SOMECOMMAND

#looking for a command you don't know his name
man -k SOMECOMMAND


>Learn the shell by playing a game
mprat.org/Terminus/

>10 keyboard shortcuts to improve your Linux experience
techrepublic.com/blog/10-things/10-keyboard-shortcuts-to-improve-your-linux-experience/

>4 Ways to Teach Yourself Terminal Commands in Linux
makeuseof.com/tag/4-ways-teach-terminal-commands-linux-si/

>Learn UNIX in 10 minutes
freeengineer.org/learnUNIXin10minutes.html

>LinuxCommand.org: Learning the shell.
linuxcommand.org/lc3_learning_the_shell.php

>The Cow Says, Have Fun!
linuxjournal.com/content/cow-says-have-fun


>Intro to scripting
grymoire.com/Unix/index.html

>Bash Shell Scripting
en.wikibooks.org/wiki/Bash_Shell_Scripting

>Information about scripting
wiki.bash-hackers.org/doku.php

>Learn Linux The Hard Way
nixsrv.com/llthw

>Advanced Bash Shell Scripting Guide - Advanced Bash-Scripting Guide
linuxtopia.org/online_books/advanced_bash_scripting_guide/

>Linux Basics « Null Byte How-Tos - ACTUALLY FOR (ethical) HACKING
null-byte.wonderhowto.com/how-to/linux-basics/

>Linux Training Videos | Professor Messer IT Certification Training Courses
professormesser.com/linux-plus/linux-training-videos/

So how do I get my os to look like that, is it just .net install?

THIS. The only acceptable answer. I have already forgotten most of it, but it´s fun and easy.

>implying Python is less cancer than bash
Use Perl instead, ascend to the god realm

>Use Perl instead, ascend to the god realm

I leared lot of things from that book. Someone, probably you, posted that link when I asked how to learn command line a month ago.

UNIX Shells By Example