Skip to content
View amtc131's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report amtc131

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
amtc131/README.md

Pinned Loading

  1. AWK Check for duplicate lines AWK Check for duplicate lines
    1
    awk 'seen[$0]++ { print "duplicate lines: " $0 }' file
  2. Files with AWK Files with AWK
    1
    #! /bin/awk
    2
    # Here's an awk scrip that atttemps to set difference of two files based on their first column
    3
    # gawk -f Diff.awk file1.txt file2.txt
    4
    BEGIN{
    5
    
                  
  3. microservice-go microservice-go Public

    Microservices in go

    Go 1

  4. ampq-spring-batch ampq-spring-batch Public

    Java