commands.sh

strip-nondeterminism

all

Remove non-deterministic information (e.g. timestamps) from files.

More info →

Examples (3)

Strip nondeterministic information from a file

Strip nondeterministic information from a file manually specifying the filetype

strip-nondeterminism --type filetype path/to/file

Strip nondeterministic information from a file; instead of removing timestamps set them to the specified UNIX timestamp

strip-nondeterminism --timestamp unix_timestamp path/to/file
made by @shridhargupta | data from tldr-pages