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

  • Home
  • SEARCH
  • 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 356357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T12:06:15+00:00 2026-05-12T12:06:15+00:00

I have an old project at our company that uses shell scripting a lot.

  • 0

I have an old project at our company that uses shell scripting a lot. Most popular commands are: grep, sed, sort. And it was OK for now. But one thing really bothers me. Sometimes we have an input data from other companies that is in csv-like formats. These input file are connected by several IDs like they are just dumps of some DBMS.

Instead of importing the data into some DBMS there are pages of shell scripts that do ‘cut’-ing, ‘paste’-ing and ‘join’-ing in combination of sort to emulate real db.

The best solution seems to be use SQLite, but my worries are about the size of the data it can handle and the speed of work. And it seems like SQLite will make it more difficult to use such features of shell as ‘sed’.

Can someone advise or describe your success story?

  • 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-05-12T12:06:15+00:00Added an answer on May 12, 2026 at 12:06 pm
    • size: SQLite can hanlde huge datasets, easily go into the Terabytes, according to docs
    • speed: propery indexed queries and joins are on the O(logn) or O(nlogn) instead of the O(n) or O(n^2) you get from sed, cut, paste and join.
    • sed:
      • if you use it to simply transform a field, it’s just as easy to do a one- or two-liner on Python to handle it.
      • if you use it to transform the table structure, it’s a totally different task, either trivially solved by ALTER TABLE, or maybe a huge processing project.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an old project that requires occasional maintenance that uses VS2003 and Dot
We have an old project written using Managed C++ syntax. I would like to
I have a Qt/C++ project and an old VB6 project. The user base might
Is there any documentation about introducing jBoss seam to an old Hibernate/JSF project? Have
I have been involved in a lot of projects, both old and new, and
I have a old website that generate its own RSS everytime a new post
I have several old 3.5in floppy disks that I would like to backup. My
I have to update old projects at work. I do not have any experience
I have an old .dot file with a few dozen styles in it. I
I have an old server with a defunct evaluation version of SQL 2000 on

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.