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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T11:04:16+00:00 2026-06-09T11:04:16+00:00

I have a PHP script that retrieves 200 lines from a file by executing

  • 0

I have a PHP script that retrieves 200 lines from a file by executing a command in Bash using backtick operators. Here’s what the code looks like:

$endline = `(shell execution that returns a number here)`;
$line = $endline - "200";
$lines = "sed -n '".$line.", ".$endline." p' log.txt";

echo $lines;
$file = `$lines`;
echo $file;

This code returns $lines as sed -n '1800, 2000 p' log.txt, but $file doesn’t return any results. When directly using sed -n '1800, 2000 p' log.txt in a Bash terminal, I get the expected results.

What is done incorrectly here? Do the ' characters have to be escaped?

Edit: The shell script added a space after the number, therefore misreading it.

  • 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-09T11:04:17+00:00Added an answer on June 9, 2026 at 11:04 am

    My guess is that it’s $eof or that your path (log.txt) is not appropriate.

    I copied and pasted your code, and it works with the following tweaks:

    1. syntax error fixed (add ; to echo $lines)
    2. change $eof to $endline (though you may not need to if $eof is valid
    3. ensure that log.txt was a valid path (this is most likely your error)

    otherwise, it ran as expected.

    The reason it would work in Bash but not in PHP is that their “working directory” is not necessarily the same.

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

Sidebar

Related Questions

I have a PHP script that retrieves list of urls from a site and
I have a PHP script that executes a .bat file using system(cmd /c C:\dir\file.bat);
I have a PHP script that retrieves names (strings) from database. I would like
I have an iphone app that sends and retrieves data from a php script.
I have a php script that inserts data from an Android app into a
I have a php script that watches for the newest json file in a
I have a php script that grabs links from another website. I am storing
I have this doubt: I have a php that retrieves results from a mysql
I have an applicaton written in PHP that retrieves files from mongoDB Grid collection,
I have create a simple grid that retrieves data from a server through php.

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.