-
Book Overview & Buying
-
Table Of Contents
CompTIA PenTest+ Study Guide
By :
Shell scripting languages provide basic functionality for automating command-line activities. These scripting languages are really designed for quick-and-dirty activities, such as automating work typically done at a command prompt. The two shell languages that you should be familiar with for the exam are Bash for Mac/Linux systems and PowerShell for Windows systems.
Advanced programming languages raise scripting to the next level. Python and Ruby provide developers with fully functional programming languages designed to be able to manipulate complex input and perform just about any possible function. The real power of these languages lies in the ability to load modules that contain code written by others.
Variables store values in memory for later use. All programming languages allow the developer to store data in variables, which may later be accessed programmatically. Arrays provide the ability to store multiple elements of the same data type in a single data structure...
Change the font size
Change margin width
Change background colour