Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7845007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:04:52+00:00 2026-06-02T17:04:52+00:00

Probably this is a very basic question for shell programmers. But suppose I have

  • 0

Probably this is a very basic question for shell programmers.
But suppose I have a text file A and B
and B is a subset of A.

I want to create a text file C which contains (A-B) data.

So omit all the common lines .

The line in files are numeric data: like

id , some aspect, other aspec.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:04:53+00:00Added an answer on June 2, 2026 at 5:04 pm

    Use sort and uniq

    sort a b | uniq -u
    

    If you want the lines that are the same between A and B, you can use uniq -d

    sort a b | uniq -d
    

    This assumes of course that the data in A and B are exactly the same. There cannot be any lose spaces or tabs in the datasets. If there are, you’ll have to clean up the data with sed, tr, or awk first.

    Edit

    As Peter. O pointed out, this will fail if there happen to be exact duplicates in file a. If that’s an issue, you can fix it by doing this:

    sort <(sort -u a) b | uniq -u
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I realize that this is probably a very basic question, but I have spent
Problem : This is a probably a very basic question, but how do I
This is probably a very basic question, but I could not get my way
This probably is a very very basic question but i can't seem to find
This is probably a very basic question but I haven't found any detailed information
this is probably a very basic question. I have installed rails 3 and generated
This is probably a very basic question, but I'm really new to generics in
I know this question is probably very basic, but I am a beginner so
I know this is probably a very simple question but how would I do
I'm new to Xcode. This is probably a very simple question to you, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.