Skip to content

paul2t/touch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

touch command line in Rust. Because it doesn't exist on Windows.

To set the modified time of files to the current system time.

Build

cargo build --release

Executable will be in:

target\release\touch.exe

Usage

touch FILEPATH [FILEPATH2 ...]

For example:

touch file1.txt
touch file2.txt file3.txt

About

touch command line for Windows

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages