bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Last modified files with owner / time / permissions


From: Jan Schampera
Subject: Re: Last modified files with owner / time / permissions
Date: Wed, 10 Sep 2008 22:54:15 +0200
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

lexton wrote:

From what I read it is not good to use ls -la in the manner I use below. Could I run this by just using the find command with additional arguments? I still need to be able to print everything that the ls -la command gives me

GNU find has an -ls option IIRC, which produces output similar to ls -l. If that's not the case, you can always find ... -exec ls -ld {} \; or so.

J.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]