DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
ใช้ Gunzip Command à¸à¸±à¸šà¹„ฟล์ที่มี Space
ใช้คำสั่ง gunzip à¹à¸•à¸à¹„ฟล์ที่ชื่à¸à¹„ฟล์มี space ใน perl
my @get_files;
push (@get_files,"\"test file.txt.gz\"");
system("gunzip -f $get_files[0]");





