Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Linux is a system known for its versatility, which is one of the reasons many businesses choose to use it. From the Linux command prompt, you’re able to manipulate text in documents automatically using certain commands. You can also combine multiple commands, allowing you to complete commands more quickly and ensure all commands are run. When using commands in Linux, the output shows up on the screen, but if you want to store that information, you can redirect the output into a particular file using commands or characters called redirectors. There are different types of redirectors you can use for both input and output, depending on the task you want to accomplish.
In these lessons on Manipulating Text and File Redirection, you’ll learn about input, output, and errors, plus redirection commands and how to combine commands. These lessons also focus on manipulating text, and cover searching, creating, editing, and viewing various parts of a document.
You will learn about standard input, output, and errors, plus redirection commands and how to combine commands. The lessons also focus on manipulating text and cover searching, creating, editing, and viewing various parts of a document.
The course covers stdin, stdout, and stderr; removing unwanted errors; pipes and multiple commands with redirection; viewing text with cat, head, tail, more, and less; the grep command; editing text with Vi; and using Nano.
Redirectors are commands or characters that let you redirect command output into a particular file instead of only showing it on the screen. There are different types for both input and output, depending on the task you want to accomplish.
The course builds skills in command and data handling, data manipulation, file handling, instruction delivery, working with text files, and text manipulation.