• Re: Print (or export to a spreadsheet) all the informationdisplayed when Finder is looking at a folder (OS X 10.13 High Sierra)

    From Jolly Roger@jollyroger@pobox.com to comp.sys.mac.misc on Tue Apr 30 22:56:20 2024
    From Newsgroup: comp.sys.mac.misc

    On 2024-04-30, Dudley Brooks <dbrooks@runforyourlife.org> wrote:
    On 4/30/24 8:56 AM, Jolly Roger wrote:

    On 2024-04-30, Jim Gibson <jimsgibson@gmail.com> wrote:

    On Apr 29, 2024 at 6:51:05 PM PDT, "Dudley Brooks"
    <dbrooks@runforyourlife.org> wrote:

    I want to print out all the File Names, their Creation Dates, and their >>>> Modification Dates. (Printing all the other info is fine too.) If
    possible, I would like to do it in a form that can be easily put into a >>>
    You can use the stat utility in a command-line shell in the Terminal
    application to print out creation and modification times for any file.

    Use 'man stat' for details. Use the -f option to specifiy the content and >>> format for the fields to be displayed.

    You want the following format specifiers:

    %SN to display the file name
    %SB to display the creation (birth) time
    %Sm to display the modification time
    %t to insert tab characters between fields

    So the following should give you what you want:

    stat -f '%SN%t%SB%t%Sm' *

    Redirect the output to a file:

    stat -f '%SN%t%SB%t%Sm' * > file_times.txt

    and you can import that into a spreadsheet specifying tab characters to
    separate columns,

    Thanks! That's EXACTLY what I'm looking for.

    Ironically, I had actually done "man stat" ... but I didn't see all
    those formatting parameters. I must have been looking way too late at
    night ... when my brain turns into a pumpkin.

    I would use comma characters for delimiters to make it a CSV file, then
    open that in a spreadsheet program.

    I was just thinking about that. Thanks! (I think Excel can separate on tabs as well, though. But it's always good to have different options.
    And maybe it saves you from having to do copy-and-paste.)

    One more thing, if either of you knows why this might be:

    If <filename> has not already been created, I get an error message.

    If I create <filename> first, there's no error message, and it seems to
    be running fine ... except ... it doesn't seem to do anything -- nothing gets written to <filename>!

    Any ideas? Maybe it's another casualty of over-full HD?

    What is the command you are using, and what is the error output?
    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Jolly Roger@jollyroger@pobox.com to comp.sys.mac.misc on Thu May 2 15:37:38 2024
    From Newsgroup: comp.sys.mac.misc

    On 2024-05-02, Dudley Brooks <dbrooks@runforyourlife.org> wrote:
    On 4/30/24 3:56 PM, Jolly Roger wrote:
    On 2024-04-30, Dudley Brooks <dbrooks@runforyourlife.org> wrote:
    On 4/30/24 8:56 AM, Jolly Roger wrote:

    I would use comma characters for delimiters to make it a CSV file,
    then open that in a spreadsheet program.

    I was just thinking about that. Thanks! (I think Excel can
    separate on tabs as well, though. But it's always good to have
    different options. And maybe it saves you from having to do
    copy-and-paste.)

    One more thing, if either of you knows why this might be:

    If <filename> has not already been created, I get an error message.

    If I create <filename> first, there's no error message, and it seems
    to be running fine ... except ... it doesn't seem to do anything --
    nothing gets written to <filename>!

    Any ideas? Maybe it's another casualty of over-full HD?

    What is the command you are using,

    Exactly what Jim Gibson suggested:

    stat <flags, etc.> * > <file>

    I'm asking for the exact command you are using, verbatim.

    and what is the error output?

    Today, when <file> doesn't exist, no error message. Can't recreate
    error message from yesterday. (Maybe because I cleared a lot of stuff
    off my HD?)

    You don't remember what the message was?
    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Jolly Roger@jollyroger@pobox.com to comp.sys.mac.misc on Thu May 2 15:42:05 2024
    From Newsgroup: comp.sys.mac.misc

    On 2024-05-02, Jolly Roger <jollyroger@pobox.com> wrote:
    On 2024-05-02, Dudley Brooks <dbrooks@runforyourlife.org> wrote:
    On 4/30/24 3:56 PM, Jolly Roger wrote:
    On 2024-04-30, Dudley Brooks <dbrooks@runforyourlife.org> wrote:
    On 4/30/24 8:56 AM, Jolly Roger wrote:

    I would use comma characters for delimiters to make it a CSV file,
    then open that in a spreadsheet program.

    I was just thinking about that. Thanks! (I think Excel can
    separate on tabs as well, though. But it's always good to have
    different options. And maybe it saves you from having to do
    copy-and-paste.)

    One more thing, if either of you knows why this might be:

    If <filename> has not already been created, I get an error message.

    If I create <filename> first, there's no error message, and it seems
    to be running fine ... except ... it doesn't seem to do anything --
    nothing gets written to <filename>!

    Any ideas? Maybe it's another casualty of over-full HD?

    What is the command you are using,

    Exactly what Jim Gibson suggested:

    stat <flags, etc.> * > <file>

    I'm asking for the exact command you are using, verbatim.

    and what is the error output?

    Today, when <file> doesn't exist, no error message. Can't recreate
    error message from yesterday. (Maybe because I cleared a lot of stuff
    off my HD?)

    You don't remember what the message was?

    I just tried this command in my home directory and it works fine
    regardless of whether the file exists:

    # stat -f '%SN,%SB,%Sm' * > file_times.txt

    # cat file_times.txt
    Applications,Aug 15 17:35:23 2021,Mar 3 15:37:43 2024
    Desktop,Jun 26 11:04:55 2017,May 1 14:06:59 2024
    Documents,Jun 23 14:24:35 2017,Apr 15 18:05:49 2024
    Downloads,Jun 23 14:24:35 2017,May 2 08:31:18 2024
    Library,Jun 23 14:24:35 2017,Mar 8 10:36:45 2024
    Movies,Jun 26 11:04:55 2017,Mar 18 19:15:48 2024
    Music,Jun 26 11:04:55 2017,Oct 7 12:45:36 2023
    Pictures,Jun 26 11:04:55 2017,Apr 17 08:34:06 2024
    Public,Jun 23 14:24:35 2017,Feb 28 16:02:32 2024
    Virtual Machines.localized,Jul 7 02:25:49 2022,Jan 1 17:30:21 2024 file_times.txt,May 2 08:38:13 2024,May 2 08:39:09 2024
    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR
    --- Synchronet 3.20a-Linux NewsLink 1.114