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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:07:35+00:00 2026-05-25T19:07:35+00:00

I am trying to write a script to track the progress of file change.

  • 0

I am trying to write a script to track the progress of file change.

I have the following till now:

#!/bin/sh
old=‘ls -l /tmp/file‘
new=‘ls -l /tmp/file‘
while [ "$old" = "$new" ]
do
    new=‘ls -l /tmp/file‘
done
echo "The file has been changed"

The above program when run gives the message:

new: command not found

Can someone please help.

Thanks

  • 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-25T19:07:36+00:00Added an answer on May 25, 2026 at 7:07 pm

    You probably have space around =.

    In shell, when you assign the values you cannot put space around =:

    MY_VAR = "my value"  # this is wrong!
    

    Shell will think: “call MY_VAR with arguments: (‘=’, ‘my value’) “, but wait! I don’t know the command “MY_VAR”!

    You need to do it this way:

    MY_VAR="my value"  # this is OK!
    

    BTW, consider using inotifywatch command. Here’s example:

    inotifywatch -v -e access -e modify -t 60 -r /file/to/watch
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a script which uploads a file via a html
I'm trying to write a small script to change the current directory to my
I am new to action script. I am trying to write a mouse out
I'm trying to write a simple PHP script which automatically sets up new etherpads
I am new to PYTHON and trying to write script which replaces text in
I am trying to write a script that does the following job: it goes
I'm trying to write a script that will search through a html file and
I'm trying to write a script that prints out the file structure starting at
I'm trying to write a script to allow me to log in to a
I'm trying to write a script that informs the user when someone has logged

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.