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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:25:03+00:00 2026-06-03T02:25:03+00:00

basically, what i am trying to do is delete a line from a file.

  • 0

basically, what i am trying to do is delete a line from a file. The user enters a search string then the program searches for everything other than the search string then stores it in the file. Here is my code:

elif [ $res -eq "2" ] 
then
     echo "Enter phrase to delete: "
     read -e deletestr
     d=`cat phonebook | grep -v $deletestr`
     echo $d > phonebook

When I run the script it always empties the phonebook file. Why is this?

  • 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-03T02:25:04+00:00Added an answer on June 3, 2026 at 2:25 am

    I’d suggest either creating a new file, and replacing the old file after you’ve done the removal, or using a tool such as sed -i that can edit a file in place.

    Something like:

    grep -v "foo" phonebook > phonebook.new
    mv phonebook.new phonebook
    

    Or

    sed -i '/foo/d' phonebook
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to read a line of text from a text file and put
I'm simply trying to delete a row from a DataGridView. Basically, the first column
I'm trying to start the del command using System.Diagnostic.Process. Basically I want to delete
I'm trying to basically trying to separate a specific amount of text from the
I'm basically trying to get the target element from event.target and if not equal
I'm basically trying to play with recursions and created a small program that finds
Basically I want to do this: delete top( 100 ) from table order by
I'm trying to manage my log file size using a cron script. I basically
Somebody explain to me this: I am trying to delete items from a list
I am trying a reasonably simple program to test binary input/output. I am basically

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.