Skip to content

mrkbutty/treestamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treestamp v0.1

My first ever Go program in an attempt to learn about the language.

Summary

treestamp will set directory timestamps to match most recent of contents below.

In default mode it will recursively travel down the named directorys looking at modification times setting the parent directory to the most recent. This includes file and directory timestamps unless changed with "-i".

Usage: treestamp <directory>...

	<directory> = list of directories to process.
=======
Usage: treestamp <directory> ...

  -d    Follow hidden dot directorys
  -i    Ignore directory timestamps
  -q    No output apart from errors
  -t    Test only do not change
  -v    Prints detailed operations

About

Sets directory timestamps to match mtime of children

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published