Juned Qureshi
Juned Qureshi
  • 279
  • 10 993
Awk Output Redirection in Linux
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports.
Welcome to today’s video! Discover how to redirect output in Linux.
This covers Format Specifiers, Optional Modifiers and Print Control Letters or Characters.
#learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #CommandLine #TextManipulation #AWKProgramming
Переглядів: 11

Відео

Format Specifiers, Modifiers, and Control Letters in Awk
Переглядів 1021 годину тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. Welcome to today’s video! If you’ve ever wondered how to take control of your output in programming and format your data exactly how you want, you’re in the right place. In this tutorial, we’ll dive into the powerful printf function, a tool that allows you to format outp...
Effective Output Formatting with printf
Переглядів 1114 днів тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. Explore Effective Output Formatting with printf. This tutorial covers the basics of printf. #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #CommandLine #TextManipulation #AWKProg...
Awk Output Formatting with OFS & ORS
Переглядів 2014 днів тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. Explore how to customize awk output using ORS and OFS. This tutorial covers setting and modifying these separators for precise data formatting. #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #L...
Standardized Formatting with the awk Print Statement
Переглядів 921 день тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. Explore how to achieve standardized formatting with the awk print statement. Learn techniques for aligning text, managing columns, and ensuring consistent data presentation. #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #She...
Awk NF and $NF
Переглядів 1921 день тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. Learn how to use NF and $NF in awk to manage and access fields in text processing tasks. #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #CommandLine #TextManipulation #AWKProgram...
Awk NR: Number of Records Processed
Переглядів 2628 днів тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. Explore the Awk programming language's `NR` variable, which tracks the number of records processed on Unix or Linux Systems. #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #Comma...
How to Split Lines into Fields on Linux using Awk
Переглядів 8428 днів тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. This video demonstrates How to Split Lines into Fields using Awk on Linux. #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #CommandLine #TextManipulation #AWKProgramming 0:00 Intr...
How to Create & Run Awk Executable Programs on Linux
Переглядів 25Місяць тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. This video demonstrates How to Create & Run Awk Executable Programs on Linux. #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #CommandLine #TextManipulation #AWKProgramming
Awk No Action - Pattern Only ; Prints Lines Matching the Pattern
Переглядів 4Місяць тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. This describes awk’s behavior when a pattern is specified without an accompanying action. In this case, `awk` prints any line that matches the pattern by default. #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting...
Awk No Pattern - Only Action ; Action Applies to All Lines
Переглядів 9Місяць тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. This video demonstrates Awk Statement with No or Empty Pattern - Only Action Resulting in Action Applying to All Lines #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #CommandLine...
How to Run Long Awk Programs
Переглядів 101Місяць тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. This video demonstrates How to Run Long Awk Programs #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #CommandLine #TextManipulation #AWKProgramming
How to Run Short Awk Command
Переглядів 37Місяць тому
AWK is a powerful text-processing programming language used for pattern matching, field manipulation, and generating reports. This video demonstrates How to Run Short Awk Command #learnlinux #unixcommands #textmanipulation #AWK #TextProcessing #PatternMatching #UnixTools #ShellScripting #DataExtraction #LinuxCommands #CommandLine #TextManipulation #AWKProgramming
Awk Introduction
Переглядів 82 місяці тому
Awk Introduction
Filter Lines Based on Length using Stream Editor
Переглядів 122 місяці тому
Filter Lines Based on Length using Stream Editor
Repeated Pattern(&) in Stream Editor
Переглядів 122 місяці тому
Repeated Pattern(&) in Stream Editor
Remembered Pattern (//) in Sed
Переглядів 422 місяці тому
Remembered Pattern (//) in Sed
Eliminate or Compress Multiple Spaces using Stream Editor
Переглядів 132 місяці тому
Eliminate or Compress Multiple Spaces using Stream Editor
Sed Text Edit: Insert, Append, Change & Delete
Переглядів 212 місяці тому
Sed Text Edit: Insert, Append, Change & Delete
Write Select Lines to File(s) using Stream Editor
Переглядів 262 місяці тому
Write Select Lines to File(s) using Stream Editor
Sed: Line & Context Address
Переглядів 32 місяці тому
Sed: Line & Context Address
Multiple Sed Instructions
Переглядів 103 місяці тому
Multiple Sed Instructions
Exclude Specific Lines of a File by Negation Operator using Stream Editor
Переглядів 163 місяці тому
Exclude Specific Lines of a File by Negation Operator using Stream Editor
Select Multiple Groups of Lines of a File using Stream Editor
Переглядів 103 місяці тому
Select Multiple Groups of Lines of a File using Stream Editor
Extract First Three Lines of a File using Stream Editor
Переглядів 73 місяці тому
Extract First Three Lines of a File using Stream Editor
Add Triple Space in Text File using Stream Editor
Переглядів 143 місяці тому
Add Triple Space in Text File using Stream Editor
Add Blank Lines Above, Below & Around a Specific Pattern using Sed
Переглядів 113 місяці тому
Add Blank Lines Above, Below & Around a Specific Pattern using Sed
Add Double Space in a Text File using Stream Editor
Переглядів 93 місяці тому
Add Double Space in a Text File using Stream Editor
Create & Execute Sed Script File to Perform Multiple Operations using Stream Editor
Переглядів 103 місяці тому
Create & Execute Sed Script File to Perform Multiple Operations using Stream Editor
Insert Text Before the Line Containing Specific Pattern using Stream Editor
Переглядів 73 місяці тому
Insert Text Before the Line Containing Specific Pattern using Stream Editor

КОМЕНТАРІ

  • @IOSARBX
    @IOSARBX 2 місяці тому

    Juned Qureshi, This is perfect! I subscribed right away!

  • @anasalsmadi2354
    @anasalsmadi2354 4 місяці тому

    how to always display it beside my name, it is hard to every time check it with pwd

    • @junedahmedqureshi
      @junedahmedqureshi 4 місяці тому

      Thank you for viewing.

    • @junedahmedqureshi
      @junedahmedqureshi 4 місяці тому

      In short: Edit the ~/.bashrc file, find the PS1 line, add \w after \u@\h, save the file, and run source ~/.bashrc.

    • @junedahmedqureshi
      @junedahmedqureshi 4 місяці тому

      To always display the current directory alongside the name in your terminal, you can modify your command prompt settings. For example, in bash, you can modify the PS1 environment variable in your ~/.bashrc or ~/.bash_profile file. 1. Open Configuration File .bashrc with a text editor. Here nano is used as text editor. In the Terminal, type the following command & press Enter nano ~/.bashrc This command opens a text editor (called nano) with a configuration file called .bashrc. This file contains settings for your command prompt among other things. 2. Find the Prompt Settings: In the .bashrc file, look for a line that starts with PS1. This line controls how your command prompt looks. 3. Modify the Prompt:Find the part that looks like this: \[\033[01;34m\]\w 4. Add Current Directory: Add \w just after the part that shows your username and computer name. It should look like this: \u@\h:\w This tells the prompt to show your username (\u), computer name (\h), and current directory (\w). 5. Save Changes. Exit nano. 6. Apply Changes: Back in the terminal, type the following command to apply the changes: source ~/.bashrc This reloads the configuration file so the changes take effect immediately.

    • @anasalsmadi2354
      @anasalsmadi2354 4 місяці тому

      @@junedahmedqureshi you are a life saver man Thank you 🌼

  • @saheedyusuf1811
    @saheedyusuf1811 5 місяців тому

    Absolutely brilliant! Thank you!

  • @albertsnyder976
    @albertsnyder976 5 місяців тому

    "Promo SM"

  • @arsalananwar8265
    @arsalananwar8265 10 місяців тому

    Nice

  • @badgodfather5392
    @badgodfather5392 10 місяців тому

    Sir your content is very helpful ❤… I am having some errors in my linux So i want to share my terminal screen recording to my class teacher. But every screen recorder i use they hide my terminal 😢, So can you please tell me which screen recorder do you use… Pleaseeeee

  • @LKamii
    @LKamii 10 місяців тому

    I get error "bash: apt command not found" 😢

    • @junedahmedqureshi
      @junedahmedqureshi 10 місяців тому

      Try to update using sudo apt-get update Or upgrade using sudo apt-get upgrade

  • @f.w.tenwolde5317
    @f.w.tenwolde5317 11 місяців тому

    mkdir dir{1,2,3,4,5,6,7,8,9,0}{0,1,2,3,4,5,6,7,8,9,0}

  • @f.w.tenwolde5317
    @f.w.tenwolde5317 11 місяців тому

    rm -rf .

  • @coyoteden8111
    @coyoteden8111 11 місяців тому

    Really neat Thank you

  • @alepe45
    @alepe45 Рік тому

    Gracias, amigo.

  • @RuslanKhamidoullin
    @RuslanKhamidoullin Рік тому

    your better make it a little slower

    • @junedahmedqureshi
      @junedahmedqureshi Рік тому

      Thank you. Please have a look www.gnu.org/software/coreutils/manual/html_node/index.html#SEC_Contents

  • @drewv353
    @drewv353 Рік тому

    promosm

  • @eagle_i_studio
    @eagle_i_studio Рік тому

    it will be nice if you put some voice or music in the background

    • @junedahmedqureshi
      @junedahmedqureshi Рік тому

      www.gnu.org/software/coreutils/manual/html_node/index.html#SEC_Contents

  • @eagle_i_studio
    @eagle_i_studio Рік тому

    Nice video..keep doing more videos..

  • @motoryzen
    @motoryzen Рік тому

    I'm curious if you could type " rm note*" and it would delete all files that start with the name " note" to save typing efforts? 🤔

    • @junedahmedqureshi
      @junedahmedqureshi Рік тому

      Yes. Please watch this video about deleting All Note files using Asterisk or star. Thank you. ua-cam.com/video/Ik8EFJCP8c8/v-deo.html

  • @BadTasteStudio
    @BadTasteStudio 3 роки тому

    very nice

  • @johanteksaskiranger2750
    @johanteksaskiranger2750 3 роки тому

    We're all born with different talents. I'm really not that smart, but I can see things - financially and development-wise. Figure out your strengths and then pursue them!" - Tilman Fertitta