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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:57:53+00:00 2026-06-18T06:57:53+00:00

To get the full timestamp of a file, I can do: $ ls -lT

  • 0

To get the full timestamp of a file, I can do:

$ ls -lT

However, when I try the following:

find . -ls -lT

I get an find: -lt: unknown primary or operator (using find . -ls works).

What would be the correct way to use the find + ls -lT command?

  • 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-18T06:57:55+00:00Added an answer on June 18, 2026 at 6:57 am

    The find “-ls” option isn’t running ls and doesn’t accept all its arguments. That said, I don’t know why you want the -T argument, which is an obscure thing involving tab stops that I had to look up. But broadly, you just want to run a command (“ls -lT” in this case) on a bunch of files found by find. So any of the following should work: find . -type f | xargs -n1 ls -lT or find . -type f -exec ls -lT {} ';' or for i in $(find . -type f); do ls -lT $i; done.

    Or, for the special case of ls that takes more than one command line argument, just find . -type f | xargs ls -lT

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

Sidebar

Related Questions

i want to get the full address of user programatically using c# how can
How can i get full traceback in the following case, including the calls of
I can't seem to get a reliable timestamp using winapi functions. For example: int
Possible Duplicate: How to get full URL on the address bar using PHP I
How i can get full right name of generic type? For example: This code
Possible Duplicate: Get full path of a file with FileUpload Control I want to
Edit: You can get the full source here: http://pastebin.com/m26693 Edit again: I added some
How can I get the full/absolute URL (e.g. https://example.com/some/path ) in Django without the
Is there any method I can get the full JSON data from jqGrid when
how can i get a list of DateTime objects which match the following criteria:

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.