Info on commands

Hey Community!

I need to use the following commands in Solaris 5.10 machine:

xxd
sha256sum

I have them in my RHEL machine, but I am unable to find a package using which I can use them in my Solaris machine.

For xxd, i know it is a part of vim-common package.
Can anyone tell me the corresponding package name for Solaris 5.10. or share a download link. Also I need similar info for the command sha256sum.

Thanks in advance//

you need a xxd which is a hexdump of data... this can be done with the od -x in solaris.
and a sha256 checksum can be created with digest -a sha256 command.

1 Like

This is again one of the many times that you have helped!!!
Many Thanks DukeNuke:)

this link might be usefull to find commands in different operating systems... nothing in it for this case, but you never know what you might need :wink:

Rosetta Stone for Unix

1 Like