Bash scripting: How to output and format text on Linux Shell
-
- Posts: 11176
- Joined: Sun Jan 14, 2018 5:38 pm
Re: Bash scripting: How to output and format text on Linux Shell
There's a major mistake in that runthrough. He says "x=100" and then "echo x". That will echo "x" not "100". (Should be "$x"). ALSO he would be better doing a tutorial on the bash printf command.
-
- Posts: 11176
- Joined: Sun Jan 14, 2018 5:38 pm
Re: Bash scripting: How to output and format text on Linux Shell
Feel free to contact him and discuss the issue.
Re: Bash scripting: How to output and format text on Linux Shell
Although he does it correctly in the screenshot, it does indeed show echo $x