Socket
Socket
Sign inDemoInstall

github.com/glinton/ctime

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/glinton/ctime

Ctime is meant to be a linux only inode event trigger. It will update the ctime only (to current time), allowing listeners to be notified, but not break certain text editors where the file may be open. ctime's results are similar to `touch -cr file file` where no new file is created, and the atime and mtime remain "unmodified." Running is as simple as specifying a single file: Multiple files may also be specified:


Version published

Readme

Source

Ctime is meant to be a linux only inode event trigger. It will update the ctime only (to current time), allowing listeners to be notified, but not break certain text editors where the file may be open.

ctime's results are similar to touch -cr file file where no new file is created, and the atime and mtime remain "unmodified."

Usage

Running is as simple as specifying a single file:

ctime /path/to/file

Multiple files may also be specified:

ctime file1 file2 file3 file4

FAQs

Last updated on 05 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc