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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:03:12+00:00 2026-05-27T16:03:12+00:00

I ran the following command : find . -type f | xargs ls -ltrhg

  • 0

I ran the following command :

find . -type f | xargs ls -ltrhg

In order to get the most recently written file when a program was running.

The result was odd : at the bottom of the list, I got recent files, but the MOST VERY recently created file was missing… That is to test, I directly ran

touch asdf

followed by

find . -type f | xargs ls -ltrhg

yet asdf was not the most recent.

Any thoughts on why this command seems to ignore the most recently written file, yet is returning several hundred files, in the correct order which they were edited?

  • 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-27T16:03:13+00:00Added an answer on May 27, 2026 at 4:03 pm

    Programs call write() ultimately when they are writing to a file. write does not immediately put anything to disk.

    Unless you program calls fdatasync() or one its cousins like fflush() the data stays in kernel buffers until the kernel decides to put the data to disk. You can write a bunch of data a file without it begin physically written to disk. This is a performance feature. Disk I/O is very slow compared to memory access.

    This means, in practice, your program can find other disk files newer than the one it is currently writing.

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

Sidebar

Related Questions

I am trying to get Rspec up and running but ran into the following
I just ran across the following error: (.gnu.linkonce.[stuff]): undefined reference to [method] [object file]:(.gnu.linkonce.[stuff]):
I ran the following command at linux bash: apt-cache search 'hex.*(view|edit)' My intention was
I ran the following command as I wanted to move my production branch back
I ran the following command in SQLITE3 command line tool. sqlite> .import out.txt Test
I am install gedit on my Mac via macports. I ran the following command,
After I built the source code of android, I ran the following command and
I ran the following code, but nothing came up on the console.... #include <stdio.h>
I want to ran the following script on text files that are being committed:
We have few components like libraries dlls When initially created I ran the following

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.