File and Archiving Commands - The Linux Documentation Project

File and Archiving Commands - The Linux Documentation Project

瀏覽:1435
日期:2025-04-22
#!/bin/bash # de-rpm.sh: Unpack an 'rpm' archive : ${1?"Usage: `basename $0` target-file"} # Must specify 'rpm' archive name as an argument. TEMPFILE=$$.cpio # Tempfile with "unique" name. # $$ is process ID of script....看更多