Explore my world
open-menucloseme
Home
About
🌐
English Português
github twitter linkedin rss
  • Part 2: Beyond grep: Turbocharging Text Search with Command-Line Wizards

    calendar May 21, 2022 · 4 min read · linux shell  ·
    Share on: twitter facebook linkedin copy
    Part 2: Beyond grep: Turbocharging Text Search with Command-Line Wizards

    Introduction to Other Tools:

    Let's get familiarized with a few tools that can augment and enhance grep's functionalities.

    tr: Character Transformation:

    tr is a command-line utility used for translating or deleting characters in a text stream. It operates on a per-character basis, allowing you to replace or remove …


    Read More
  • Part 1: Mastering grep: Unleashing the Power of Text Search

    calendar Apr 3, 2022 · 7 min read · linux shell  ·
    Share on: twitter facebook linkedin copy
    Part 1: Mastering grep: Unleashing the Power of Text Search

    Introduction to grep:

    grep is a handy command-line tool that allows you to search for specific words or patterns within text files. Whether you're looking for a particular phrase in a document, hunting for errors in a log file, or even trying to find a specific line in a long list, grep can quickly pinpoint the …


    Read More

Suraj Muraleedharan photo

Suraj Muraleedharan

Welcome to the world of Suraj.
Read More

Featured Posts

  • Refactoring Java 8 Code with Collector: A Practical Approach for Seamless Code Flow

Recent Posts

  • Introduction to AWS IAM: Users and Groups
  • Part 2: Beyond grep: Turbocharging Text Search with Command-Line Wizards
  • Part 1: Mastering grep: Unleashing the Power of Text Search
  • Understanding Java Generics: An In-Depth Guide
  • Hello world

Categories

TECHNOLOGY 5 PERSONAL 1

Tags

JAVA 2 LINUX 2 SHELL 2 AWS 1 GENERICS 1 INDEX 1 PERSONAL 1 REFACTOR 1
Explore my world

Copyright  EXPLORE MY WORLD. All Rights Reserved

to-top