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 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

I have an old EJB (2.1) project that uses xdoclet (1.2.3) to generate the
I have an old project that is mixed C and C++. It makes extensive
I have a very old project that includes the source from another project directly,
I am working on a project form my company. We have an application that
Our company uses an app that was originally ColdFusion + Access later converted to
We have a 12-year-old Ms Access app that we use for our core inventory
I have to clean up an old project and general knowledge here is that
I have an old project that was build on VS 2008 .NET 2.0. The
Our project has a lot of external DLLs, most but not all of which
We currently have a little trouble in our project, as we've found that in

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.