data manipulation

All posts tagged data manipulation by Linux Bash
  • Posted on
    Featured Image
    Introduction to AWK: An Essential Tool for Text Processing and Pattern Scanning in Linux AWK is a versatile programming language designed for text processing and data extraction. It is especially powerful when working with structured text like CSV, logs, or delimited data streams. AWK is a part of the standard Linux toolset and is typically pre-installed on most distributions.
  • Posted on
    Featured Image
    Exploring yq: A Powerful YAML Processor for Bash In the realm of configuration management and development, YAML has become increasingly popular due to its simplicity and readability. However, dealing with YAML files can sometimes be cumbersome, especially from the command line.
  • Posted on
    Featured Image
    Mastering JSON with jq in Linux Bash In the vast realm of IT and software development, working with JSON (JavaScript Object Notation) has become commonplace due to its simplicity and ease of use as a data interchange format. Whether you're a system administrator, a DevOps engineer, or a developer, chances are you frequently need to parse, analyze, or manipulate JSON data.