Forrest logo
back to context overview

getfileinfo

List of commands for getfileinfo:

  • getfileinfo:tldr:4d1e0 getfileinfo: Display information about a given file.
    $ GetFileInfo ${filenamename}
    try on your machine
    explain this command
  • getfileinfo:tldr:a903d getfileinfo: Display the date and time a given file was last modified.
    $ GetFileInfo -m ${filenamename}
    try on your machine
    explain this command
  • getfileinfo:tldr:af157 getfileinfo: Display the date and time a given file was created.
    $ GetFileInfo -d ${filenamename}
    try on your machine
    explain this command
  • getfileinfo:tldr:dfb44 getfileinfo: Display the creator of a given file.
    $ GetFileInfo -c ${filenamename}
    try on your machine
    explain this command
back to context overview