How to extract tar.gz in linux and unix
How to extract tar.gz in linux and unix
gunzip -c filename.tar.gz | tar -xvf -
share something that don't now before, don't know, search and share it
Home Archives for Februari 2019
gunzip -c filename.tar.gz | tar -xvf -
when HTTP_RESPONSE {
if { [HTTP::is_redirect] } {
regsub -all ":52600" [HTTP::header Location] "" newlocation
HTTP::header replace Location $newlocation
}
}