Search Results

Search: Posts Made By: Query
6,255
Posted By Chubler_XL
You could use awk like this: awk ' ...
You could use awk like this:

awk '
FNR==1 { file++ }
/^Package: / { p = substr($0,10) }
/^Version: / { v = substr($0,10) }
/^SHA256: / {
c = substr($0, 9)
if(file==1)...
6,255
Posted By Chubler_XL
Assuming you already have the two file locally...
Assuming you already have the two file locally (you will need to fetch FileA from the web server using something like wget).
Also that the SHA keys are a string of 64 hex digits (0-9 a-f) which...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy