但我注意到内核不是解压缩的内核..。zImage和uImage。而我可以看到引导文件和petalinux的图像。Load address: 0x2a00000 3.3 MiB/sBytes transferred = 13644 (354c hex)Booting Linux on physical CPU 0x0
Linux version 4.6.0-xilinx-00003-g2762bc9 (pritam@pritam) (gcc4.uIm
可以使用stdin/stdout在bash中压缩/解压缩字符串吗?echo $hey # returns a compressed stringgzip: stdin is a multi-part gzip file -- not supported
我不太精通linux,但我阅读了其他压缩实用程序的手
假设我有一个名为package.tar.gz的文件,然后我就有了:cat package.tar.gz | gzip -d | tar tvf -,它显示了tar归档中的文件列表。但是,如果我这样做了:gzip -d package.tar.gz | tar tvf -,它会显示tar: This does not look like a tar archive我见过,但我不认为这是tar的问题,因为第一个命令可以