Is there an equivalent to vimtutor for bash?

ferdi_

I've "learned" how to use VIM using vimtutor, which I really liked. I think every tutorial should be like this one : "don't try to remember, practice".

I was wondering if there was an equivalent to learn bash and bash scripting ?

Thank you

dr_

No, there is no kind of "bashtutor". Bash and shell scripting are way too broad and complex to be explained by a tutorial. The best way to learn is via online documentation, books, and command manpages.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Fish equivalent of bash $(command) notation

From Dev

What is the POSIX shell equivalent of bash <<<

From Dev

What is the bash equivalent of Python's all?

From Dev

What is the equivalent of "-" from Bash in Windows batch?

From Dev

Is there a `sh` equivalent to bash's `<<<' redirection operator?

From Dev

PowerShell equivalent to bash's set -u

From Dev

bash regex command equivalent in windows cmd script

From Dev

Non-bash equivalent to "trap ERR"

From Dev

Python equivalent to Bash comand "echo"?

From Dev

What is the PowerShell equivalent of bash's exec()?

From Dev

bash equivalent for os.walk?

From Dev

Equivalent of select() system call in Bash

From Dev

Batch equivalent for bash with mac terminal

From Dev

What is the equivalent of bash's !$ and !! in the fish shell?

From Dev

Is there an equivalent to bash's "nocaseglob" in ksh?

From Dev

vimtutor: command not found

From Dev

Why is .vimrc not changing the appearance of vimtutor?

From Dev

The equivalent of cmd "for" in bash?

From Dev

linux/bash equivalent of mv -t

From Dev

What is the bash equivalent of the where cmdlet?

From Dev

Bash FUNCNAME equivalent in Dash

From Dev

Is there a bash equivalent to a PowerShell pipeline object?

From Dev

Bash " * " equivalent in windows?

From Dev

macOS/bash equivalent of mv -t

From Dev

Bash equivalent .bash_logout for FISH shell

From Dev

Bash equivalent for SQL "1.%"

From Dev

Is there a Fish equivalent to "bash --rcfile ~/.bashrc"

From Dev

Powershell equivalent to $_ in bash

From Dev

Equivalent to /*.txt of bash in python