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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:28:13+00:00 2026-05-27T01:28:13+00:00

i was looking over the web for this but came up with nothing, i

  • 0

i was looking over the web for this but came up with nothing, i found this Q&A over stackoverflow Echo tab characters in bash script
but it didn’t help me.

i have an index of about 9000 lines, each line has one or two letters in Chinese.

any way i would like to rewrite each line so it will be the same only with space in the end. for example:

in the original index : AB

in the new index : AB

this is the script i wrote but it didn’t do the work it just put empty line after each item in the index, with no space, what am i missing???

this is the code tough:

 rm new_index.txt
 for line in $(cat index.txt)
   do
     echo "$line \t"  >> new_index.txt
   done
  • 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-27T01:28:13+00:00Added an answer on May 27, 2026 at 1:28 am

    Try this

    while IFS= read -r line ; do
        printf '%s \n' "$line"
    done < index.txt > new_index.txt
    

    This will preserve each line exactly but will append a space before each newline.

    Note: the printf is not special, you could also say

    echo "$line "
    

    and get the same effect. The important thing is how you read the file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I feel like I've been all over the web for this but haven't found
I have been looking over the web for this but I can't seem to
this is a hard question. I've found nothing interesting over the web. I'm developing
Okay, I've been looking all over the web to find a solution but I
I have been looking over the internet for a while about this, but it
I have been looking over the web but have not come across an answer
I know this question seems to be answered all over stackoverflow and the web,
I have been looking over this code for the past hour, I cant see
I have seen & read over 10 similar questions but am still unable to
I've been looking all over and i can't find anything to fix this problem.

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.