Search For Patterns Within Files With Grep
DistroTube
One of the most important command line utilities that every Linux user should know is Grep. Grep searches one or more input files for lines containing a match to a specified pattern. By default, Grep outputs the matching lines but it has a ton of flags and options available.
ERRATA: I mentioned that Grep doesn't like binaries. That's not entirely true. There is a way to grep a binary as if it were a text file by using the "-a" flag. One thing to note though is many binaries are just one gigantic line so a lot of the time, all you are going to get is the equivalent of a "cat binary-file".
REFERENCED: βΊ https://www.gnu.org/software/grep/ - GNU Grep
WANT TO SUPPORT THE CHANNEL? π° Patreon: https://www.patreon.com/distrotube π³ Paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=derek%40distrotube%2ecom&lc=US&item_name=DistroTube&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest ποΈ Amazon: https://amzn.to/2RotFFi π Teespring: https://teespring.com/stores/distrotube
SOCIAL PLATFORMS: π¨οΈ Mastodon: https://mastodon.technology/@distrotube π¬ IRC: irc://freenode #distrotube π« Reddit: https://www.reddit.com/r/DistroTube/ π½οΈ LBRY: https://lbry.tv/$/invite/@DistroTube:2
DT ON THE WEB: πΈοΈ Website: http://distrotube.com/ πΏοΈ Gopherhole: gopher://distro.tube π GitLab: https://gitlab.com/dwt1
FREE AND OPEN SOURCE SOFTWARE THAT I USE: π Brave Browser - https://brave.com/dis872 π½οΈ Open Broadcaster Software: https://obsproject.com/ π¬ Kdenlive: https://kdenlive.org π¨ GIMP: https://www.gimp.org/ π Audacity: https://www.audacityteam.org/ π» VirtualBox: https://www.virtualbox.org/
Your support is very much appreciated. Thanks, guys! ... https://www.youtube.com/watch?v=N05sWPgj-44
276366948 Bytes