Need help (linux)

godesi

Junior Member
Joined
Jul 3, 2017
Messages
106
Reaction score
70
Hello, can someone provide me the output of the following Linux command?
Code:
LC_ALL=C pacman -V|sed -r 's#[0-9]+#590#g'|md5sum|cut -c1-6
 
Back
Top