How to save checksum of a file?

Status
Not open for further replies.

surreyian

Member level 3
Joined
Feb 10, 2006
Messages
63
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,796
hello,

im checking the ckecksum of my file.

using the following command will display the checksum. How do i save this checksum?

cksum (file name)
 

how to save checksum

You can try the following two commands:
cksum file_to_be_checked > file.ck
cksum file_to_be_checked | tee file.ck
 

    surreyian

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…