Forrest logo
back to the GetFileInfo tool

getfileinfo:tldr:af157

getfileinfo: Display the date and time a given file was created.
$ GetFileInfo -d ${filenamename}
try on your machine

The "GetFileInfo" command is a command used in certain operating systems or programming languages to retrieve specific information about a file. In this case, the command is trying to retrieve the date and time information ( modification date) of a file. The "-d" flag is used to specify that the user wants to retrieve the modification date, and the "${filenamename}" is a placeholder for the actual file name that you would provide. So, when you run this command and replace "${filenamename}" with the name of a specific file, it will return the modification date of that file.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the GetFileInfo tool