Skip to Content
Learn Linux Shell Scripting - Fundamentals of Bash 4.4
book

Learn Linux Shell Scripting - Fundamentals of Bash 4.4

by Sebastiaan Tammer
December 2018
Beginner
452 pages
12h 17m
English
Packt Publishing
Content preview from Learn Linux Shell Scripting - Fundamentals of Bash 4.4

Chapter 3

  1. Why is syntax highlighting an important feature for text editors?It makes it easy to spot syntax error, by using colors.
  2. How can we extend the functionality already provided by Atom?We can install extra Packages, or even write our own.
  3. What are the benefits of autocomplete when writing shell scripts?
    • It reduces typing, especially for multi-line constructs.
    • It makes it easier to find commands.
  4. How could we describe the difference between Vim and GNU nano?Nano is simple, Vim is powerful.
  5. Which are the two most interesting modes in Vim?Normal mode and Insert mode.
  6. What is the .vimrc file?It is used to configure persistent options for Vim, such as the color scheme and how to handle tabs.
  7. What do we mean when we call nano a WYSIWYG ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Bash Scripting Fundamentals

Bash Scripting Fundamentals

Sander van Vugt

Publisher Resources

ISBN: 9781788995597Supplemental Content