Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: Linux Filters
Description: - Linux Filters - input, output and error

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Delwin Thermitus
03/27/2022
Cyber Security

Linux Filters
-

-

-

-

-

Head: is useful when you want information from the head or top of a file
o Ex
...
Tail (FILE
Word Count (wc): is for the count of some inout
...

o A word is a non – zero – length sequence of characters delimited by white space
...
It is often useful to use
with ‘sort’
Sort: is for sorting the lines of a file
...

>> : Appends the STDOUT to a file and attatch/add the information to what was already
in the file
...
This is also called ‘Pipe’
...
Sometimes you do not want to see
errors
...



Title: Linux Filters
Description: - Linux Filters - input, output and error