godesi Junior Member Joined Jul 3, 2017 Messages 106 Reaction score 70 Oct 15, 2019 #1 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
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
Yee Regular Member Joined Dec 31, 2018 Messages 227 Reaction score 58 Oct 15, 2019 #2 I'm curious! output: "d41d8c"
godesi Junior Member Joined Jul 3, 2017 Messages 106 Reaction score 70 Oct 15, 2019 Thread Starter Thread Starter #3 Yee said: I'm curious! output: "d41d8c" Click to expand... It's invalid. I appreciate taking your valuable time trying
Yee said: I'm curious! output: "d41d8c" Click to expand... It's invalid. I appreciate taking your valuable time trying
Yee Regular Member Joined Dec 31, 2018 Messages 227 Reaction score 58 Oct 15, 2019 #4 correct: pacman: command not found I'm using bash godesi said: It's invalid. I appreciate taking your valuable time trying Click to expand...
correct: pacman: command not found I'm using bash godesi said: It's invalid. I appreciate taking your valuable time trying Click to expand...
godesi Junior Member Joined Jul 3, 2017 Messages 106 Reaction score 70 Oct 15, 2019 Thread Starter Thread Starter #6 ahmadsoe said: defe7e Click to expand... It's correct! Thank you so much for your help.