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 9044605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:01:36+00:00 2026-06-16T11:01:36+00:00

I have a text file that has a number in every new line and

  • 0

I have a text file that has a number in every new line and all are in ascending order.

Contents are like :

1
13
25
37
49
97
109
121

I want to extract only those numbers who have difference greater than 12, with the previous number. I wish to use batch program for this….

How can I do that ?

  • 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-16T11:01:37+00:00Added an answer on June 16, 2026 at 11:01 am

    I would have liked to see you make an attempt but anyway I had a go and this is the closest I could get

    c:\temp>type test.txt
    1 line 1
    10 line 1a
    13 line 2
    25 line 3
    22 line 3a
    37 line 4
    49 line 5
    97 line 6
    109 line 7
    121 line 8
    
    c:\temp>test.bat
    25 line 3
    37 line 4
    49 line 5
    97 line 6
    109 line 7
    121 line 8
    
    c:\temp>
    

    using this code in test.bat:

    @echo off
    
    SETLOCAL ENABLEDELAYEDEXPANSION
    
    set /a cur="0"
    for /f "tokens=1,* delims= " %%a in ('type test.txt') do (
    
      set line=%%a %%b   
    
      set /a num="%%a"
      set /a dif="!num!-!cur!"
    
      if !dif! geq 12 @echo !line!
    
      set /a cur="%%a"
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a text file that has item numbers in it (one per line).
I have a text file that has strings on each line. I want to
I have a large text file (~10mb) that has more or less every dictionary
I have a text file that looks like this: STUFF UP HERE APEXED NUMBER
I currently have a text file that has the following: 1 Commercial & Enterprise
I have a text file that I want to edit using Java. It has
i have a java ee project which has a text file that uses a
So I have a multipart form that has fields for text, integers and file
I have a text file that looks like this. A 102 B 456 C
I have a text file that lists the names of a large number of

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.