Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added documentation for MS-DOS and Win32 timestamp conversions #4528

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion binrz/man/rz-ax.1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ Convert from hex string to character (rz-ax -s 43 4a 50)
.It Fl S
Convert from character to hex string (rz-ax -S < /bin/ls > ls.hex)
.It Fl t
Convert timestamp to string (rz-ax -t 1234567890)
Convert Unix timestamp to string (rz-ax -t 1234567890)
.It Fl m
Convert MS-DOS timestamp to string (rz-ax -m 0x12345678)
.It Fl W
Convert Win32 timestamp to string (rz-ax -W 1234567890)
.It Fl u
Convert given value to human readable units format (rz-ax -u 389289238 # 317.0M)
.It Fl v
Expand Down
Loading