Skip to content

A small command line utility for setting access and modification times for a single file.

Notifications You must be signed in to change notification settings

borglefink/setfiletime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Description

setfiletime is a tiny command line utility that takes a file name, date and time as parameters, and set the file's access and modification times to the given date and time.

Date must be given in the format yyyymmdd, time in the format hhmmss (24 hour clock).

Usage

setfiletime -f "file name" -d 20180615 -t 190500

Install

Clone the repository into your GOPATH somewhere and do a go install.

About

A small command line utility for setting access and modification times for a single file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages